public final class BackupChecker extends Object implements ConfigurationCheck
ConfigurationCheck.Result
Modifier and Type | Field and Description |
---|---|
static String |
BACKUP_SERVICE
Name of the class for the export service used in JIRA.
|
static String |
CHECK_BACKUP_SERVICE
ID of the check that looks for the backup service.
|
static String |
CHECK_BACKUP_SERVICE_DIRECTORY
ID of the check that makes sure the backup path is set to the default if the backup service is required.
|
static String |
CHECK_BACKUP_SERVICE_HOME
ID of the check that makes sure the backup path is using JIRA.HOME.
|
static String |
CHECK_GLOBAL_BACKUP_DIRECTORY
ID of the check that cleans up JIRA's global backup path.
|
Constructor and Description |
---|
BackupChecker() |
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.
|
public static final String CHECK_BACKUP_SERVICE
public static final String CHECK_BACKUP_SERVICE_HOME
public static final String CHECK_BACKUP_SERVICE_DIRECTORY
public static final String CHECK_GLOBAL_BACKUP_DIRECTORY
public static final String BACKUP_SERVICE
public ConfigurationCheck.Result checkConfiguration(JiraConfig config, CheckOptions options)
ConfigurationCheck
checkConfiguration
in interface ConfigurationCheck
config
- the configuration to check.options
- the context for the check. This is where errors can be reported.public void fixConfiguration(JiraConfig config, CheckOptions options)
ConfigurationCheck
fixConfiguration
in interface ConfigurationCheck
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-2022 Atlassian. All Rights Reserved.