Package com.atlassian.diagnostics
Interface Issue
public interface Issue
An issue that can be detected by a
ComponentMonitor and for which an alert can be raised-
Method Summary
-
Method Details
-
getComponent
- Returns:
- the component to which the issue applies
-
getDescription
- Returns:
- a (internationalized) description of the issue
-
getId
- Returns:
- the unique ID of the issue, which corresponds to the
component IDfollowed by the numeric issue ID used when the issue wasdefined(e.gEVENT-01234
-
getJsonMapper
- Returns:
- helper class used to marshal the
alert detailsfor the issue to JSON and back
-
getSeverity
- Returns:
- the issue's severity
-
getSummary
- Returns:
- a (internationalized) short summary of the issue
-