Package com.atlassian.diagnostics
Interface IssueBuilder
public interface IssueBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the issuedescriptionI18nKey(String value) jsonMapper(JsonMapper value) Sets a custom helper class to convertalert detailsto and from JSON for alerts of this issue.summaryI18nKey(String value)
-
Method Details
-
build
Builds the issue- Returns:
- the issue
-
descriptionI18nKey
- Parameters:
value- the i18n key for the issue's description- Returns:
- the builder
-
jsonMapper
Sets a custom helper class to convertalert detailsto and from JSON for alerts of this issue. This only needs to be set if the alert details cannot be processed by the default JacksonObjectMapper. When set tonull, the default JacksonObjectMapperis used.- Parameters:
value- the i18n key for the issue's description- Returns:
- the builder
-
severity
- Parameters:
value- the issue's severity- Returns:
- the builder
-
summaryI18nKey
- Parameters:
value- the i18n key for the issue's summary- Returns:
- the builder
-