public interface HealthCheckExecutor
HealthCheck
s and returns their unique results.Modifier and Type | Method and Description |
---|---|
Set<HealthCheckResult> |
performHealthChecks(Collection<HealthCheck> healthChecks,
LifecyclePhase lifecyclePhase)
Executes given health checks for the given phase of the Confluence lifecycle.
|
Set<HealthCheckResult> performHealthChecks(Collection<HealthCheck> healthChecks, LifecyclePhase lifecyclePhase)
healthChecks
- health checks to runlifecyclePhase
- the current phase of the Confluence lifecycleCopyright © 2003–2017 Atlassian. All rights reserved.