|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CheckOptions | |
|---|---|
| com.atlassian.jira.functest.config | |
| 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 |
IndexDirectoryChecker.checkConfiguration(JiraConfig config,
CheckOptions options)
|
ConfigurationCheck.Result |
ConfigurationCheck.checkConfiguration(JiraConfig config,
CheckOptions options)
Check the correctness of the passed JIRA XML. |
ConfigurationCheck.Result |
BackupChecker.checkConfiguration(JiraConfig config,
CheckOptions options)
|
ConfigurationCheck.Result |
AttachmentDirectoryChecker.checkConfiguration(JiraConfig config,
CheckOptions options)
|
void |
IndexDirectoryChecker.fixConfiguration(JiraConfig config,
CheckOptions options)
|
void |
ConfigurationCheck.fixConfiguration(JiraConfig config,
CheckOptions options)
Fix the passed JIRA configuration an remove any errors. |
void |
BackupChecker.fixConfiguration(JiraConfig config,
CheckOptions options)
|
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.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||