@ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault
Interface | Description |
---|---|
ErrorMessageProvider |
Provides specific error messages.
|
HealthCheckRunner |
The entry point for running
HealthCheck s. |
Class | Description |
---|---|
AbstractHealthCheck |
Convenient superclass for health checks.
|
DefaultHealthCheckExecutor |
The
HealthCheckExecutor implementation. |
DefaultHealthCheckRegistry |
Stores the checks in a directed acyclic graph, based on their prerequisites.
|
DefaultHealthCheckRunner | |
HealthCheckMessage |
Create HTML and raw text messages simultaneously.
|
HealthCheckMessage.Builder | |
HealthCheckRegistrar |
Registers the desired
HealthCheck s
along with their prerequisite checks. |
HealthCheckTemplate |
Simplies the implementation of
HealthCheck s. |
I18nErrorMessageProvider |
Production implementation of
ErrorMessageProvider . |
PluginFrameworkStartedHealthCheckListener |
In the event of a
PluginFrameworkStartedEvent runs the PLUGIN_FRAMEWORK_STARTED Johnson health checking phase. |
Exception | Description |
---|---|
DefaultHealthCheckExecutor.PrerequisiteNotInPhaseException |
Copyright © 2003–2020 Atlassian. All rights reserved.