public class

BootstrapDatabaseConfigurationService

extends Object
implements DatabaseConfigurationService
java.lang.Object
   ↳ com.atlassian.jira.config.BootstrapDatabaseConfigurationService

Class Overview

DatabaseConfigurationService loaded during bootstrap.

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.

Summary

Public Constructors
BootstrapDatabaseConfigurationService(DatabaseConfigurationManager databaseConfigurationManager)
Public Methods
@Nullable String getSchemaName()
Returns the database schema name that is currently used by JIRA.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.config.DatabaseConfigurationService

Public Constructors

public BootstrapDatabaseConfigurationService (DatabaseConfigurationManager databaseConfigurationManager)

Public Methods

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