Uses of Interface
com.atlassian.confluence.impl.health.checks.DataSourceConfiguration
-
Packages that use DataSourceConfiguration Package Description com.atlassian.confluence.impl.health.checks com.atlassian.confluence.impl.health.checks.rules com.atlassian.confluence.impl.util.db -
-
Uses of DataSourceConfiguration in com.atlassian.confluence.impl.health.checks
Classes in com.atlassian.confluence.impl.health.checks that implement DataSourceConfiguration Modifier and Type Class Description class
DefaultDataSourceConfiguration
Constructors in com.atlassian.confluence.impl.health.checks with parameters of type DataSourceConfiguration Constructor Description DefaultDbHealthCheckHelper(DataSourceConfiguration dataSourceConfiguration)
MSSQLDriverMigrationHealthCheck(DataSourceConfiguration dataSourceConfiguration, DbHealthCheckHelper dbHealthCheckHelper, com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager)
MySqlJdbcUrlHealthCheck(com.atlassian.config.db.HibernateConfig hibernateConfig, DataSourceConfiguration dataSourceConfiguration, SingleConnectionProvider databaseHelper, DbHealthCheckHelper dbHealthCheckHelper)
-
Uses of DataSourceConfiguration in com.atlassian.confluence.impl.health.checks.rules
Constructors in com.atlassian.confluence.impl.health.checks.rules with parameters of type DataSourceConfiguration Constructor Description DataSourceSetupRule(ErrorMessageProvider errorMessageProvider, DataSourceConfiguration dataSourceConfiguration)
-
Uses of DataSourceConfiguration in com.atlassian.confluence.impl.util.db
Constructors in com.atlassian.confluence.impl.util.db with parameters of type DataSourceConfiguration Constructor Description DefaultDatabaseConfigHelper(com.atlassian.config.db.HibernateConfig hibernateConfig, DataSourceConfiguration dataSourceConfiguration, SingleConnectionProvider databaseHelper)
-