java.lang.Object | ||
↳ | com.atlassian.jira.configurator.db.DatabaseConfigPanel | |
↳ | com.atlassian.jira.configurator.db.OracleConfigPanel |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class com.atlassian.jira.configurator.db.DatabaseConfigPanel |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
For DB's that want to allow entity-engine to set a schema-name, this will return the user's selected Schema-name
| |||||||||||
Returns the JDBC URL for this DB config.
| |||||||||||
Verify that the settings are valid.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.configurator.db.DatabaseConfigPanel
| |||||||||||||||||||||||||||||||||||
From class java.lang.Object |
For DB's that want to allow entity-engine to set a schema-name, this will return the user's selected Schema-name
Returns the JDBC URL for this DB config.
The current jira-home is passed because it used by HSQL.
jiraHome | The current configured jira-home |
---|