Package | Description |
---|---|
com.atlassian.jira.functest.config | |
com.atlassian.jira.functest.config.crowd | |
com.atlassian.jira.functest.config.dashboard | |
com.atlassian.jira.functest.config.mail |
Modifier and Type | Method and Description |
---|---|
JiraConfig |
JiraConfig.setApplicationProperties(ConfigPropertySet applicationProperties) |
JiraConfig |
JiraConfig.setCrowdApplications(List<ConfigCrowdApplication> crowdApplications) |
JiraConfig |
JiraConfig.setDashboards(List<ConfigDashboard> dashboards) |
JiraConfig |
JiraConfig.setExternalGadgets(List<ConfigExternalGadget> externalGadgets) |
JiraConfig |
JiraConfig.setMailServers(List<ConfigMailServer> mailServers) |
JiraConfig |
JiraConfig.setServices(List<ConfigService> services) |
Modifier and Type | Method and Description |
---|---|
ConfigurationCheck.Result |
BackupChecker.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) |
ConfigurationCheck.Result |
IndexDirectoryChecker.checkConfiguration(JiraConfig config,
CheckOptions options) |
ConfigurationCheck.Result |
ServiceChecker.checkConfiguration(JiraConfig config,
CheckOptions options) |
void |
BackupChecker.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) |
void |
IndexDirectoryChecker.fixConfiguration(JiraConfig config,
CheckOptions options) |
void |
ServiceChecker.fixConfiguration(JiraConfig config,
CheckOptions options) |
Modifier and Type | Method and Description |
---|---|
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) |
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-2023 Atlassian. All Rights Reserved.