Class AbstractHealthCheck

java.lang.Object
com.atlassian.jira.health.AbstractHealthCheck
All Implemented Interfaces:
HealthCheck
Direct Known Subclasses:
FakeHealthCheck, HealthCheckTemplate, ProhibitedServerLicenseHealthCheck, StandaloneLicenseHealthCheck

public abstract class AbstractHealthCheck extends Object implements HealthCheck
Convenient superclass for health checks.
Since:
7.4
  • Constructor Details

  • Method Details

    • getPrerequisites

      @Nonnull public final Collection<HealthCheck> getPrerequisites()
      Description copied from interface: HealthCheck
      Returns the checks that must have a non-EventLevel.FATAL result before this check can be run.
      Specified by:
      getPrerequisites in interface HealthCheck
      Returns:
      see above