Class StubHealthCheckRunner
java.lang.Object
com.atlassian.confluence.impl.health.StubHealthCheckRunner
- All Implemented Interfaces:
HealthCheckRunner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether all possible health checks have been run, across allLifecyclePhases.voidrunHealthChecks(LifecyclePhase lifecyclePhase) Runs theHealthChecks in the givenLifecyclePhase.
-
Constructor Details
-
StubHealthCheckRunner
public StubHealthCheckRunner()
-
-
Method Details
-
isComplete
public boolean isComplete()Description copied from interface:HealthCheckRunnerIndicates whether all possible health checks have been run, across allLifecyclePhases.- Specified by:
isCompletein interfaceHealthCheckRunner- Returns:
falseif this is not the last phase or the current phase has some checks left to run- See Also:
-
runHealthChecks
Description copied from interface:HealthCheckRunnerRuns theHealthChecks in the givenLifecyclePhase.- Specified by:
runHealthChecksin interfaceHealthCheckRunner- Parameters:
lifecyclePhase- the lifecycle phase
-