Uses of Class
com.atlassian.jira.configurator.config.ValidationException

Packages that use ValidationException
com.atlassian.jira.configurator.config   
com.atlassian.jira.configurator.db   
 

Uses of ValidationException in com.atlassian.jira.configurator.config
 

Methods in com.atlassian.jira.configurator.config that throw ValidationException
 String FileExistanceWithCancelOptionValidator.apply(String label, String input)
           
abstract  T Validator.apply(String label, String input)
           
 

Uses of ValidationException in com.atlassian.jira.configurator.db
 

Methods in com.atlassian.jira.configurator.db that throw ValidationException
 String ConnectionConfig.getUrl()
           
 String DatabaseConfigConsoleImpl.getUrl()
           
 String CommonConfigPanel.getUrl(String jiraHome)
           
abstract  String DatabaseConfigPanel.getUrl(String jiraHome)
          Returns the JDBC URL for this DB config.
 String DatabaseConfig.getUrl(String hostname, String port, String instance)
          Returns the JDBC URL for this DB config.
 String PostgresDatabaseConfig.getUrl(String hostname, String port, String instance)
           
 void HsqlDatabaseConfig.saveSettings(Settings newSettings)
           
 void ConnectionConfig.saveSettings(Settings newSettings)
          Saves the settings in this ConnectionConfig into the given Settings object.
 void AbstractConnectionConfig.saveSettings(Settings newSettings)
          Apply the current user entered settings into the given Settings object.
 void DatabaseConfigPanel.saveSettings(Settings newSettings, String jiraHome)
          Apply the current user entered settings into the given Settings object.
 void ConnectionConfig.testConnection()
           
 void AbstractConnectionConfig.testConnection()
           
 void DatabaseConfigPanel.testConnection(String jiraHome)
           
 void CommonConfigPanel.validate()
           
 void HsqlConfigPanel.validate()
           
abstract  void DatabaseConfigPanel.validate()
          Verify that the settings are valid.
 void PostgresConfigPanel.validate()
           
 void MySqlConfigPanel.validate()
           
 void OracleConfigPanel.validate()
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.