public interface HealthCheckRunner
HealthCheck
s. Not to be confused with HealthCheckExecutor
,
which is an internal component of this runner.Modifier and Type | Method and Description |
---|---|
boolean |
isComplete()
Indicates whether all possible health checks have been run, across all
LifecyclePhase s. |
void |
runHealthChecks(LifecyclePhase lifecyclePhase)
Runs the
HealthCheck s in the given LifecyclePhase . |
boolean isComplete()
LifecyclePhase
s.false
if this is not the last phase or the current phase has some checks left to runLifecyclePhase.isLast()
void runHealthChecks(LifecyclePhase lifecyclePhase)
HealthCheck
s in the given LifecyclePhase
.lifecyclePhase
- the lifecycle phaseCopyright © 2003–2017 Atlassian. All rights reserved.