public final class HealthCheckRegistrar extends Object
HealthCheck
s along with their prerequisite checks.
In this design, this class is the source of truth for the graph of prerequisites
(i.e. this is not the concern of the checks themselves).Modifier and Type | Method and Description |
---|---|
static void |
registerHealthChecks(HealthCheckRegistry registry)
Registers the JIRA
HealthCheck s with the given registry. |
public static void registerHealthChecks(@Nonnull HealthCheckRegistry registry)
HealthCheck
s with the given registry.registry
- the registry with which to register the checksCopyright © 2002-2021 Atlassian. All Rights Reserved.