public abstract class AbstractHealthCheck extends Object implements HealthCheck
Modifier | Constructor and Description |
---|---|
protected |
AbstractHealthCheck(Iterable<HealthCheck> prerequisites) |
Modifier and Type | Method and Description |
---|---|
Collection<HealthCheck> |
getPrerequisites()
Returns the checks that must have a non-
EventLevel.FATAL
result before this check can be run. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId, isApplicableFor, perform
protected AbstractHealthCheck(Iterable<HealthCheck> prerequisites)
@Nonnull public final Collection<HealthCheck> getPrerequisites()
HealthCheck
EventLevel.FATAL
result before this check can be run.getPrerequisites
in interface HealthCheck
Copyright © 2003–2017 Atlassian. All rights reserved.