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 Type
    Method
    Description
    Returns the database schema name that is currently used by JIRA.
  • Method Details

    • getSchemaName

      @Nullable String 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.