Package com.atlassian.jira.health
Class AbstractHealthCheck
java.lang.Object
com.atlassian.jira.health.AbstractHealthCheck
- All Implemented Interfaces:
HealthCheck
- Direct Known Subclasses:
FakeHealthCheck,HealthCheckTemplate,ProhibitedServerLicenseHealthCheck,StandaloneLicenseHealthCheck
Convenient superclass for health checks.
- Since:
- 7.4
-
Field Summary
Fields inherited from interface com.atlassian.jira.health.HealthCheck
BLOCKING_START, CAUSE_KEY, CHECK_ID_KEY, DISMISSIBLE, EVENT_ID_KEY, HELP_URL_KEY, INTERACTIVE_JOHNSON, JOHNSON_UI_VERSION, TEMPLATE_CONTEXT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Collection<HealthCheck>Returns the checks that must have a non-EventLevel.FATALresult before this check can be run.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.health.HealthCheck
getId, isApplicableFor, perform
-
Constructor Details
-
AbstractHealthCheck
-
-
Method Details
-
getPrerequisites
Description copied from interface:HealthCheckReturns the checks that must have a non-EventLevel.FATALresult before this check can be run.- Specified by:
getPrerequisitesin interfaceHealthCheck- Returns:
- see above
-