Uses of Interface
com.atlassian.confluence.impl.health.checks.DbHealthCheckHelper
Packages that use DbHealthCheckHelper
-
Uses of DbHealthCheckHelper in com.atlassian.confluence.impl.health.checks
Classes in com.atlassian.confluence.impl.health.checks that implement DbHealthCheckHelperConstructors in com.atlassian.confluence.impl.health.checks with parameters of type DbHealthCheckHelperModifierConstructorDescriptionprotectedDbConnectionHealthCheck(SingleConnectionProvider databaseHelper, com.atlassian.config.db.HibernateConfig hibernateConfig, DbHealthCheckHelper dbHealthCheckHelper) MSSQLDriverMigrationHealthCheck(DataSourceConfiguration dataSourceConfiguration, DbHealthCheckHelper dbHealthCheckHelper, com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager) MySqlJdbcUrlHealthCheck(com.atlassian.config.db.HibernateConfig hibernateConfig, DataSourceConfiguration dataSourceConfiguration, SingleConnectionProvider databaseHelper, DbHealthCheckHelper dbHealthCheckHelper)