Interface | Description |
---|---|
HealthCheck |
A health check performed by JIRA during some phase (or phases) of its lifecycle.
|
HealthCheckExecutor |
Executes the given
HealthCheck s and returns their unique results. |
HealthCheckRegistry |
Allows
HealthCheck s to be registered. |
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.
|
DefaultLicenseJohnsonEventRaiser | |
HealthCheckMessageFormatter |
Create HTML and raw text messages simultaneously.
|
HealthCheckRegistrar |
Registers the desired
HealthCheck s along with their prerequisite checks. |
HealthCheckResult |
The result of a
HealthCheck . |
HealthChecks |
Runs
HealthCheck s. |
HealthCheckTemplate |
Simplies the implementation of
HealthCheck s. |
Enum | Description |
---|---|
LifecyclePhase |
The phases of the JIRA application lifecycle.
|
Exception | Description |
---|---|
DefaultHealthCheckExecutor.PrerequisiteNotInPhaseException |
Copyright © 2002-2019 Atlassian. All Rights Reserved.