Uses of Interface
com.atlassian.confluence.impl.health.HealthCheckRunner
-
Packages that use HealthCheckRunner Package Description com.atlassian.confluence.impl.health com.atlassian.confluence.impl.health.web com.atlassian.confluence.setup -
-
Uses of HealthCheckRunner in com.atlassian.confluence.impl.health
Classes in com.atlassian.confluence.impl.health that implement HealthCheckRunner Modifier and Type Class Description class
DefaultHealthCheckRunner
Constructors in com.atlassian.confluence.impl.health with parameters of type HealthCheckRunner Constructor Description PluginFrameworkStartedHealthCheckListener(HealthCheckRunner healthCheckRunner, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar)
-
Uses of HealthCheckRunner in com.atlassian.confluence.impl.health.web
Constructors in com.atlassian.confluence.impl.health.web with parameters of type HealthCheckRunner Constructor Description JohnsonPageDataProvider(HealthCheckRunner healthCheckRunner, com.atlassian.johnson.config.JohnsonConfig johnsonConfig, JohnsonEventCollectionSerializer eventCollectionSerializer, com.atlassian.johnson.JohnsonEventContainer johnsonContainer, com.atlassian.seraph.config.SecurityConfig securityConfig)
-
Uses of HealthCheckRunner in com.atlassian.confluence.setup
Constructors in com.atlassian.confluence.setup with parameters of type HealthCheckRunner Constructor Description DefaultBootstrapManager(com.atlassian.config.ApplicationConfiguration applicationConfiguration, ClusterConfigurationHelperInternal clusterConfigurationHelper, SingleConnectionProvider databaseHelper, HealthCheckRunner healthCheckRunner, com.atlassian.config.db.HibernateConfigurator hibernateConfigurator, com.atlassian.config.HomeLocator homeLocator, com.atlassian.config.setup.SetupPersister setupPersister, List<String> tables)
-