Interface HealthCheckExecutor

    • Method Detail

      • performHealthChecks

        Set<HealthCheckResult> performHealthChecks​(Collection<HealthCheck> healthChecks,
                                                   LifecyclePhase lifecyclePhase)
        Executes given health checks for the given phase of the Confluence lifecycle.
        Parameters:
        healthChecks - health checks to run
        lifecyclePhase - the current phase of the Confluence lifecycle
        Returns:
        any results of the checks (not all checks will return results in all phases)