Package com.atlassian.confluence.impl.health
@ParametersAreNonnullByDefault
@ReturnValuesAreNonnullByDefault
package com.atlassian.confluence.impl.health
-
ClassDescriptionConvenient superclass for health checks.The
HealthCheckExecutor
implementation.Stores the checks in a directed acyclic graph, based on their prerequisites.Provides specific error messages.Create HTML and raw text messages simultaneously.Registers the desiredHealthCheck
s along with their prerequisite checks.The entry point for runningHealthCheck
s.Simplies the implementation ofHealthCheck
s.Production implementation ofErrorMessageProvider
.In the event of aPluginFrameworkStartedEvent
runs the PLUGIN_FRAMEWORK_STARTED Johnson health checking phase.