Uses of Enum Class
com.atlassian.jira.config.database.DatabaseType
Packages that use DatabaseType
Package
Description
-
Uses of DatabaseType in com.atlassian.jira.config.database
Methods in com.atlassian.jira.config.database that return DatabaseTypeModifier and TypeMethodDescriptionDatabaseDriverRegisterer.databaseType()
static DatabaseType
DatabaseType.forDatabaseTypeName
(String typeName) JdbcDatasource.Builder.getDatabaseType()
static DatabaseType
Returns the enum constant of this class with the specified name.static DatabaseType[]
DatabaseType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.jira.config.database that return types with arguments of type DatabaseTypeModifier and TypeMethodDescriptionstatic Collection<DatabaseType>
DatabaseType.allTypes()
static Optional<DatabaseType>
DatabaseType.forJdbcDriverClassName
(String jdbcDriverClass) static Collection<DatabaseType>
DatabaseType.knownTypes()
Methods in com.atlassian.jira.config.database with parameters of type DatabaseTypeModifier and TypeMethodDescriptionstatic DatabaseDriverRegisterer
DatabaseDriverRegisterer.forType
(DatabaseType type) static HelpUrl
DatabaseDriverRegisterer.getDbConfigLink
(DatabaseType type, HelpUrls urls) JdbcDatasource.Builder.setDatabaseType
(DatabaseType databaseType) Sets the database type.Constructors in com.atlassian.jira.config.database with parameters of type DatabaseType -
Uses of DatabaseType in com.atlassian.jira.configurator.config
Methods in com.atlassian.jira.configurator.config that return DatabaseTypeModifier and TypeMethodDescriptionSettings.initDatabaseType
(boolean initialLoad) Determines the database type from the JDBC driver's class name. -
Uses of DatabaseType in com.atlassian.jira.configurator.db
Methods in com.atlassian.jira.configurator.db that return DatabaseTypeModifier and TypeMethodDescriptionConnectionConfig.getDatabaseType()
DatabaseConfigConsole.getDatabaseType()
DatabaseConfigConsoleImpl.getDatabaseType()
DatabaseConfigPanel.getDatabaseType()
H2ConfigConsole.getDatabaseType()
SchemaAwareConfigConsole.getDatabaseType()
Methods in com.atlassian.jira.configurator.db with parameters of type DatabaseTypeModifier and TypeMethodDescriptionstatic void
ConnectionTester.testConnection
(String driverClassName, DatabaseType databaseType, String connectionUrl, String username, String password) Constructors in com.atlassian.jira.configurator.db with parameters of type DatabaseTypeModifierConstructorDescriptionCommonConfigPanel
(DatabaseType databaseType) DatabaseConfigConsoleImpl
(DatabaseType databaseType) PostgresConfigPanel
(DatabaseType databaseType) SchemaAwareConfigConsole
(DatabaseType databaseType) -
Uses of DatabaseType in com.atlassian.jira.health
Methods in com.atlassian.jira.health that return DatabaseTypeModifier and TypeMethodDescriptionprotected abstract DatabaseType
MySQLHealthCheckTemplate.getDatabaseType()
-
Uses of DatabaseType in com.atlassian.jira.health.checks.database
Methods in com.atlassian.jira.health.checks.database that return DatabaseType