public interface HealthCheckExecutor
HealthChecks 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–2018 Atlassian. All rights reserved.