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 TypeMethodDescriptionvoidsaveSettings(Settings newSettings) Apply the current user entered settings into the given Settings object.voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
saveSettingsin interfaceConnectionConfig- Parameters:
newSettings- The Settings object to set the values in.- Throws:
ValidationException
-
testConnection
- Specified by:
testConnectionin interfaceConnectionConfig- Throws:
ClassNotFoundExceptionSQLExceptionValidationException
-