public 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).Constructor and Description |
---|
HealthCheckRegistrar() |
Modifier and Type | Method and Description |
---|---|
void |
registerHealthChecks(HealthCheckRegistry registry)
Registers the Confluence
HealthCheck s
with the given registry. |
public void registerHealthChecks(@Nonnull HealthCheckRegistry registry)
HealthCheck
s
with the given registry.registry
- the registry with which to register the checksCopyright © 2003–2017 Atlassian. All rights reserved.