public interface ConfigurationCheck
Modifier and Type | Interface and Description |
---|---|
static interface |
ConfigurationCheck.Result |
Modifier and Type | Method and Description |
---|---|
ConfigurationCheck.Result |
checkConfiguration(JiraConfig config,
CheckOptions options)
Check the correctness of the passed JIRA XML.
|
void |
fixConfiguration(JiraConfig config,
CheckOptions options)
Fix the passed JIRA configuration and remove any errors.
|
ConfigurationCheck.Result checkConfiguration(JiraConfig config, CheckOptions options)
config
- the configuration to check.options
- the context for the check. This is where errors can be reported.void fixConfiguration(JiraConfig config, CheckOptions options)
config
- the configuration to check.options
- the context for the check. This can be used to see what checks are currently enabled for the
passed configuration.Copyright © 2002-2023 Atlassian. All Rights Reserved.