Package com.atlassian.jira.health
Class HealthCheckRegistrar
java.lang.Object
com.atlassian.jira.health.HealthCheckRegistrar
Registers the desired
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).- Since:
- 7.4
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
registerHealthChecks
(HealthCheckRegistry registry) Registers the JIRAHealthCheck
s with the given registry.
-
Method Details
-
registerHealthChecks
Registers the JIRAHealthCheck
s with the given registry.- Parameters:
registry
- the registry with which to register the checks
-