public class

SqlServerConfigPanel

extends CommonConfigPanel
java.lang.Object
   ↳ com.atlassian.jira.configurator.db.DatabaseConfigPanel
     ↳ com.atlassian.jira.configurator.db.CommonConfigPanel
       ↳ com.atlassian.jira.configurator.db.SqlServerConfigPanel

Summary

[Expand]
Inherited Constants
From class com.atlassian.jira.configurator.db.DatabaseConfigPanel
[Expand]
Inherited Fields
From class com.atlassian.jira.configurator.db.CommonConfigPanel
Public Constructors
SqlServerConfigPanel()
Public Methods
String getDisplayName()
String getSchemaName()
For DB's that want to allow entity-engine to set a schema-name, this will return the user's selected Schema-name
Protected Methods
JPanel buildConfigPanel()
String getHostname()
String getInstance()
String getPort()
void setSchemaName(String schemaName)
void setUrlSettings(DatabaseInstance connectionProperties)
[Expand]
Inherited Methods
From class com.atlassian.jira.configurator.db.CommonConfigPanel
From class com.atlassian.jira.configurator.db.DatabaseConfigPanel
From class java.lang.Object

Public Constructors

public SqlServerConfigPanel ()

Public Methods

public String getDisplayName ()

public String getSchemaName ()

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 user's selected Schema-name

Protected Methods

protected JPanel buildConfigPanel ()

protected String getHostname ()

protected String getInstance ()

protected String getPort ()

protected void setSchemaName (String schemaName)

protected void setUrlSettings (DatabaseInstance connectionProperties)