Package com.atlassian.diagnostics
Interface AlertBuilder
public interface AlertBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the alertdetailsAsJson(String json) trigger(AlertTrigger trigger)
-
Method Details
-
build
Builds the alert- Returns:
- the alert
-
details
- Parameters:
details- alert details- Returns:
- the builder
-
detailsAsJson
- Parameters:
json- JSON representation of the alert details- Returns:
- the builder
-
timestamp
- Parameters:
timestamp- the alert timestamp- Returns:
- the builder
-
trigger
- Parameters:
trigger- the alert trigger- Returns:
- the builder
-