Uses of Interface
com.atlassian.confluence.impl.health.checks.DbHealthCheckHelper
-
Packages that use DbHealthCheckHelper Package Description com.atlassian.confluence.impl.health.checks -
-
Uses of DbHealthCheckHelper in com.atlassian.confluence.impl.health.checks
Classes in com.atlassian.confluence.impl.health.checks that implement DbHealthCheckHelper Modifier and Type Class Description class
DefaultDbHealthCheckHelper
Constructors in com.atlassian.confluence.impl.health.checks with parameters of type DbHealthCheckHelper Constructor Description DbConnectionHealthCheck(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)
-