@ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault
| Interface | Description |
|---|---|
| ErrorMessageProvider |
Provides specific error messages.
|
| HealthCheckRunner |
The entry point for running
HealthChecks. |
| 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
HealthChecks
along with their prerequisite checks. |
| HealthCheckTemplate |
Simplies the implementation of
HealthChecks. |
| 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–2022 Atlassian. All rights reserved.