com.atlassian.jira.configurator.db
Class SqlServerConfigPanel
java.lang.Object
com.atlassian.jira.configurator.db.DatabaseConfigPanel
com.atlassian.jira.configurator.db.CommonConfigPanel
com.atlassian.jira.configurator.db.SqlServerConfigPanel
public class SqlServerConfigPanel
- extends CommonConfigPanel
SqlServerConfigPanel
public SqlServerConfigPanel()
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in class DatabaseConfigPanel
buildConfigPanel
protected JPanel buildConfigPanel()
- Specified by:
buildConfigPanel in class CommonConfigPanel
setUrlSettings
protected void setUrlSettings(DatabaseInstance connectionProperties)
throws ParseException
- Specified by:
setUrlSettings in class CommonConfigPanel
- Throws:
ParseException
getSchemaName
public String getSchemaName()
- Description copied from class:
DatabaseConfigPanel
- For DB's that want to allow entity-engine to set a schema-name, this will return the user's selected Schema-name
- Specified by:
getSchemaName in class DatabaseConfigPanel
- Returns:
setSchemaName
protected void setSchemaName(String schemaName)
- Specified by:
setSchemaName in class CommonConfigPanel
getHostname
protected String getHostname()
- Specified by:
getHostname in class CommonConfigPanel
getPort
protected String getPort()
- Specified by:
getPort in class CommonConfigPanel
getInstance
protected String getInstance()
- Specified by:
getInstance in class CommonConfigPanel
Copyright © 2002-2010 Atlassian. All Rights Reserved.