Class AbstractHealthCheckRule

    • Method Detail

      • validate

        public List<HealthCheckResult> validate​(HealthCheck parent)
        Description copied from interface: HealthCheckRule
        Checks whether the Health Check rule is satisfied.
        Specified by:
        validate in interface HealthCheckRule
        Parameters:
        parent - the health check which is validating the rule.
        Returns:
        a list of Health Check results or empty if no failures.
      • getFailureEvent

        protected com.atlassian.johnson.event.Event getFailureEvent​(String errorMessage)