Uses of Interface
org.craftercms.engine.service.health.HealthCheck
Packages that use HealthCheck
-
Uses of HealthCheck in org.craftercms.engine.service.health
Classes in org.craftercms.engine.service.health that implement HealthCheckModifier and TypeClassDescriptionclassBasic implementation ofHealthCheckwith logging.classHealthCheckimplementation that runs a script in the site.classHealthCheckimplementation that checks if a site has a valid context. -
Uses of HealthCheck in org.craftercms.engine.service.impl
Fields in org.craftercms.engine.service.impl with type parameters of type HealthCheckModifier and TypeFieldDescriptionprotected Collection<HealthCheck> SiteHealthCheckServiceImpl.healthChecksConstructor parameters in org.craftercms.engine.service.impl with type arguments of type HealthCheckModifierConstructorDescriptionSiteHealthCheckServiceImpl(SiteListResolver siteListResolver, Collection<HealthCheck> healthChecks)