Package com.atlassian.jira.config
Interface DatabaseConfigurationService
- All Known Implementing Classes:
BootstrapDatabaseConfigurationService
,DefaultDatabaseConfigurationService
,MockDatabaseConfigurationService
@PublicApi
public interface DatabaseConfigurationService
Service for reading database configuration properties.
- Since:
- v6.4.4
-
Method Summary
Modifier and TypeMethodDescriptionReturns the database schema name that is currently used by JIRA.
-
Method Details
-
getSchemaName
Returns the database schema name that is currently used by JIRA.This is an optional field in the database configuration, and therefore it may return null.
- Returns:
- the schema name.
-