Class AbstractHealthCheck
java.lang.Object
com.atlassian.confluence.impl.health.AbstractHealthCheck
- All Implemented Interfaces:
HealthCheck
- Direct Known Subclasses:
FakeHealthCheck,HealthCheckTemplate
Convenient superclass for health checks.
- Since:
- 6.6.0
-
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.confluence.internal.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
-