Uses of Interface
com.atlassian.jira.functest.config.CheckOptions

Packages that use CheckOptions
com.atlassian.jira.functest.config   
com.atlassian.jira.functest.config.crowd   
com.atlassian.jira.functest.config.dashboard   
com.atlassian.jira.functest.config.mail   
 

Uses of CheckOptions in com.atlassian.jira.functest.config
 

Methods in com.atlassian.jira.functest.config that return CheckOptions
static CheckOptions CheckOptionsUtils.allOptions()
           
static CheckOptions CheckOptionsUtils.disabled(String... options)
           
static CheckOptions CheckOptionsUtils.noOptions()
           
static CheckOptions CheckOptionsUtils.parseOptions(org.dom4j.Document document)
          Creates a CheckOptions object by parsing through the comments at the top level of the passed document and looking for lines of the form:

suppresscheck: check

or

suppresschecks: check, check2

There a special check called "all".

 

Methods in com.atlassian.jira.functest.config with parameters of type CheckOptions
 ConfigurationCheck.Result ServiceChecker.checkConfiguration(JiraConfig config, CheckOptions options)
           
 ConfigurationCheck.Result BackupChecker.checkConfiguration(JiraConfig config, CheckOptions options)
           
 ConfigurationCheck.Result IndexDirectoryChecker.checkConfiguration(JiraConfig config, CheckOptions options)
           
 ConfigurationCheck.Result ConfigurationCheck.checkConfiguration(JiraConfig config, CheckOptions options)
          Check the correctness of the passed JIRA XML.
 ConfigurationCheck.Result AttachmentDirectoryChecker.checkConfiguration(JiraConfig config, CheckOptions options)
           
 void ServiceChecker.fixConfiguration(JiraConfig config, CheckOptions options)
           
 void BackupChecker.fixConfiguration(JiraConfig config, CheckOptions options)
           
 void IndexDirectoryChecker.fixConfiguration(JiraConfig config, CheckOptions options)
           
 void ConfigurationCheck.fixConfiguration(JiraConfig config, CheckOptions options)
          Fix the passed JIRA configuration and remove any errors.
 void AttachmentDirectoryChecker.fixConfiguration(JiraConfig config, CheckOptions options)
           
static void CheckOptionsUtils.writeOptions(org.dom4j.Document document, CheckOptions options)
          Writes the passed CheckOptions object to a comment in the passed document.
 

Uses of CheckOptions in com.atlassian.jira.functest.config.crowd
 

Methods in com.atlassian.jira.functest.config.crowd with parameters of type CheckOptions
 ConfigurationCheck.Result CrowdApplicationCheck.checkConfiguration(JiraConfig config, CheckOptions options)
           
 ConfigurationCheck.Result PlaintextEncoderChecker.checkConfiguration(JiraConfig config, CheckOptions options)
           
 void CrowdApplicationCheck.fixConfiguration(JiraConfig config, CheckOptions options)
           
 void PlaintextEncoderChecker.fixConfiguration(JiraConfig config, CheckOptions options)
           
 

Uses of CheckOptions in com.atlassian.jira.functest.config.dashboard
 

Methods in com.atlassian.jira.functest.config.dashboard with parameters of type CheckOptions
 ConfigurationCheck.Result DashboardConfigurationCheck.checkConfiguration(JiraConfig config, CheckOptions options)
           
 void DashboardConfigurationCheck.fixConfiguration(JiraConfig config, CheckOptions options)
           
 

Uses of CheckOptions in com.atlassian.jira.functest.config.mail
 

Methods in com.atlassian.jira.functest.config.mail with parameters of type CheckOptions
 ConfigurationCheck.Result MailChecker.checkConfiguration(JiraConfig config, CheckOptions options)
           
 void MailChecker.fixConfiguration(JiraConfig config, CheckOptions options)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.