Interface HealthCheck
- All Known Implementing Classes:
AbstractHealthCheck,ScriptSiteHealthCheck,SiteContextHealthCheck
public interface HealthCheck
Represents a site health check.
-
Method Summary
-
Method Details
-
checkHealth
Performs a site health check.- Parameters:
site- the site to check.- Returns:
- true if the given site passes the check, false otherwise.
-