Class AbstractHealthCheck

java.lang.Object
com.atlassian.confluence.impl.health.AbstractHealthCheck
All Implemented Interfaces:
HealthCheck
Direct Known Subclasses:
FakeHealthCheck, HealthCheckTemplate

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

  • Method Details

    • getPrerequisites

      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