Modifier and Type | Method and Description |
---|---|
static CheckOptions |
CheckOptionsUtils.allOptions() |
static CheckOptions |
CheckOptionsUtils.disabled(String... options) |
static CheckOptions |
CheckOptionsUtils.disableIn(CheckOptions original,
String... newDisabledOptions) |
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: |
Modifier and Type | Method and Description |
---|---|
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 |
AttachmentDirectoryChecker.checkConfiguration(JiraConfig config,
CheckOptions options) |
ConfigurationCheck.Result |
ConfigurationCheck.checkConfiguration(JiraConfig config,
CheckOptions options)
Check the correctness of the passed JIRA XML.
|
static CheckOptions |
CheckOptionsUtils.disableIn(CheckOptions original,
String... newDisabledOptions) |
void |
ServiceChecker.fixConfiguration(JiraConfig config,
CheckOptions options) |
void |
BackupChecker.fixConfiguration(JiraConfig config,
CheckOptions options) |
void |
IndexDirectoryChecker.fixConfiguration(JiraConfig config,
CheckOptions options) |
void |
AttachmentDirectoryChecker.fixConfiguration(JiraConfig config,
CheckOptions options) |
void |
ConfigurationCheck.fixConfiguration(JiraConfig config,
CheckOptions options)
Fix the passed JIRA configuration and remove any errors.
|
static void |
CheckOptionsUtils.writeOptions(org.dom4j.Document document,
CheckOptions options)
Writes the passed
CheckOptions object to a comment in the
passed document. |
Modifier and Type | Method and Description |
---|---|
ConfigurationCheck.Result |
PlaintextEncoderChecker.checkConfiguration(JiraConfig config,
CheckOptions options) |
ConfigurationCheck.Result |
CrowdApplicationCheck.checkConfiguration(JiraConfig config,
CheckOptions options) |
void |
PlaintextEncoderChecker.fixConfiguration(JiraConfig config,
CheckOptions options) |
void |
CrowdApplicationCheck.fixConfiguration(JiraConfig config,
CheckOptions options) |
Modifier and Type | Method and Description |
---|---|
ConfigurationCheck.Result |
DashboardConfigurationCheck.checkConfiguration(JiraConfig config,
CheckOptions options) |
void |
DashboardConfigurationCheck.fixConfiguration(JiraConfig config,
CheckOptions options) |
Modifier and Type | Method and Description |
---|---|
ConfigurationCheck.Result |
MailChecker.checkConfiguration(JiraConfig config,
CheckOptions options) |
void |
MailChecker.fixConfiguration(JiraConfig config,
CheckOptions options) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.