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 JIRA lifecycle.
|
Set<HealthCheckResult> performHealthChecks(Collection<HealthCheck> healthChecks, LifecyclePhase lifecyclePhase)
healthChecks - health checks to runlifecyclePhase - the current phase of the JIRA lifecycleCopyright © 2002-2018 Atlassian. All Rights Reserved.