Interface HealthCheck

All Known Implementing Classes:
AbstractHealthCheck, ScriptSiteHealthCheck, SiteContextHealthCheck

public interface HealthCheck
Represents a site health check.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Performs a site health check.
  • Method Details

    • checkHealth

      boolean checkHealth(String site)
      Performs a site health check.
      Parameters:
      site - the site to check.
      Returns:
      true if the given site passes the check, false otherwise.