public class

MySqlConfigPanel

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

Summary

[Expand]
Inherited Constants
From class com.atlassian.jira.configurator.db.DatabaseConfigPanel
Public Constructors
MySqlConfigPanel()
Public Methods
String getClassName()
String getDisplayName()
JPanel getPanel()
String getPassword()
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
String getUrl(String jiraHome)
Returns the JDBC URL for this DB config.
String getUsername()
void setSettings(Settings settings)
void validate()
Verify that the settings are valid.
[Expand]
Inherited Methods
From class com.atlassian.jira.configurator.db.DatabaseConfigPanel
From class java.lang.Object

Public Constructors

public MySqlConfigPanel ()

Public Methods

public String getClassName ()

public String getDisplayName ()

public JPanel getPanel ()

public String getPassword ()

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

public String getUrl (String jiraHome)

Returns the JDBC URL for this DB config.

The current jira-home is passed because it used by H2.

Parameters
jiraHome The current configured jira-home
Returns
  • the JDBC URL for this DB config.

public String getUsername ()

public void setSettings (Settings settings)

public void validate ()

Verify that the settings are valid.