Uses of Interface
com.atlassian.confluence.internal.health.HealthCheckRegistry
-
Packages that use HealthCheckRegistry Package Description com.atlassian.confluence.impl.health -
-
Uses of HealthCheckRegistry in com.atlassian.confluence.impl.health
Classes in com.atlassian.confluence.impl.health that implement HealthCheckRegistry Modifier and Type Class Description class
DefaultHealthCheckRegistry
Stores the checks in a directed acyclic graph, based on their prerequisites.Constructors in com.atlassian.confluence.impl.health with parameters of type HealthCheckRegistry Constructor Description DefaultHealthCheckRunner(HealthCheckExecutor healthCheckExecutor, HealthCheckRegistry healthCheckRegistry, com.atlassian.johnson.JohnsonEventContainer johnsonEventContainer, com.atlassian.util.concurrent.Supplier<HealthCheckAnalyticsSender> healthCheckAnalyticsSenderSupplier, UpgradeEventRegistry upgradeEventRegistry, com.atlassian.config.ApplicationConfiguration applicationConfiguration)
HealthCheckRegistrar(HealthCheckRegistry healthCheckRegistry, List<HealthCheck> healthChecks)
-