Class AbstractConnectionConfig
java.lang.Object
com.atlassian.jira.configurator.db.AbstractConnectionConfig
- All Implemented Interfaces:
ConnectionConfig
- Direct Known Subclasses:
DatabaseConfigConsoleImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
saveSettings
(Settings newSettings) Apply the current user entered settings into the given Settings object.void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.configurator.db.ConnectionConfig
getClassName, getDatabaseType, getPassword, getUrl, getUsername
-
Constructor Details
-
AbstractConnectionConfig
public AbstractConnectionConfig()
-
-
Method Details
-
saveSettings
Apply the current user entered settings into the given Settings object.- Specified by:
saveSettings
in interfaceConnectionConfig
- Parameters:
newSettings
- The Settings object to set the values in.- Throws:
ValidationException
-
testConnection
- Specified by:
testConnection
in interfaceConnectionConfig
- Throws:
ClassNotFoundException
SQLException
ValidationException
-