Class SqlServerConfigPanel
java.lang.Object
com.atlassian.jira.configurator.db.DatabaseConfigPanel
com.atlassian.jira.configurator.db.CommonConfigPanel
com.atlassian.jira.configurator.db.SqlServerConfigPanel
-
Field Summary
Fields inherited from class com.atlassian.jira.configurator.db.DatabaseConfigPanel
TEXT_FIELD_COLUMNS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected JPanelprotected Stringprotected Stringprotected StringgetPort()For DB's that want to allow entity-engine to set a schema-name, this will return the user's selected Schema-nameprotected voidsetSchemaName(String schemaName) protected voidsetUrlSettings(DatabaseInstance connectionProperties) Methods inherited from class com.atlassian.jira.configurator.db.CommonConfigPanel
getPanel, getPassword, getUrl, getUsername, setSettings, validateMethods inherited from class com.atlassian.jira.configurator.db.DatabaseConfigPanel
getClassName, getDatabaseType, getDisplayName, saveSettings, testConnection, toString
-
Constructor Details
-
SqlServerConfigPanel
public SqlServerConfigPanel()
-
-
Method Details
-
buildConfigPanel
- Specified by:
buildConfigPanelin classCommonConfigPanel
-
setUrlSettings
- Specified by:
setUrlSettingsin classCommonConfigPanel- Throws:
ParseException
-
getSchemaName
Description copied from class:DatabaseConfigPanelFor DB's that want to allow entity-engine to set a schema-name, this will return the user's selected Schema-name- Specified by:
getSchemaNamein classDatabaseConfigPanel- Returns:
- the user's selected Schema-name
-
setSchemaName
- Specified by:
setSchemaNamein classCommonConfigPanel
-
getHostname
- Specified by:
getHostnamein classCommonConfigPanel
-
getPort
- Specified by:
getPortin classCommonConfigPanel
-
getInstance
- Specified by:
getInstancein classCommonConfigPanel
-