public class BootstrapDatabaseConfigurationService extends Object implements DatabaseConfigurationService
During bootstrap, it can be the case that the DB is not yet configured, so this needs to be careful about not trying to read config in its constructor.
Constructor and Description |
---|
BootstrapDatabaseConfigurationService(DatabaseConfigurationManager databaseConfigurationManager) |
Modifier and Type | Method and Description |
---|---|
String |
getSchemaName()
Returns the database schema name that is currently used by JIRA.
|
public BootstrapDatabaseConfigurationService(DatabaseConfigurationManager databaseConfigurationManager)
@Nullable public String getSchemaName()
DatabaseConfigurationService
This is an optional field in the database configuration, and therefore it may return null.
getSchemaName
in interface DatabaseConfigurationService
Copyright © 2002-2021 Atlassian. All Rights Reserved.