public class MockDatabaseConfigurationService extends Object implements DatabaseConfigurationService
Constructor and Description |
---|
MockDatabaseConfigurationService() |
Modifier and Type | Method and Description |
---|---|
String |
getSchemaName()
Returns the database schema name that is currently used by JIRA.
|
void |
setSchemaName(String schemaName) |
public String getSchemaName()
DatabaseConfigurationService
This is an optional field in the database configuration, and therefore it may return null.
getSchemaName
in interface DatabaseConfigurationService
public void setSchemaName(String schemaName)
Copyright © 2002-2015 Atlassian. All Rights Reserved.