Class HealthCheckRegistrar

java.lang.Object
com.atlassian.jira.health.HealthCheckRegistrar

public final class HealthCheckRegistrar extends Object
Registers the desired HealthChecks 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 Details

    • registerHealthChecks

      public static void registerHealthChecks(@Nonnull HealthCheckRegistry registry)
      Registers the JIRA HealthChecks with the given registry.
      Parameters:
      registry - the registry with which to register the checks