Uses of Interface
com.atlassian.confluence.impl.health.checks.DataSourceConfiguration
Packages that use DataSourceConfiguration
Package
Description
-
Uses of DataSourceConfiguration in com.atlassian.confluence.impl.health.checks
Classes in com.atlassian.confluence.impl.health.checks that implement DataSourceConfigurationConstructors in com.atlassian.confluence.impl.health.checks with parameters of type DataSourceConfigurationModifierConstructorDescriptionDefaultDbHealthCheckHelper(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 DataSourceConfigurationModifierConstructorDescriptionDataSourceSetupRule(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 DataSourceConfigurationModifierConstructorDescriptionDefaultDatabaseConfigHelper(com.atlassian.config.db.HibernateConfig hibernateConfig, DataSourceConfiguration dataSourceConfiguration, SingleConnectionProvider databaseHelper)