public abstract class AbstractHealthCheck extends Object implements HealthCheck
CAUSE_KEY, CHECK_ID_KEY, DISMISSIBLE, EVENT_ID_KEY, HELP_URL_KEY, INTERACTIVE_JOHNSON, JOHNSON_UI_VERSION, TEMPLATE_CONTEXT
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 © 2002-2021 Atlassian. All Rights Reserved.