public class DashboardConfigurationCheck extends Object implements ConfigurationCheck
ConfigurationCheck.Result
Modifier and Type | Field and Description |
---|---|
static String |
CHECKID_ABSOLUTE
Check to see if there are any gadets with absolute URLs are defined.
|
static String |
CHECKID_DASHBOARDS
Check to see if there are non-system dashboards.
|
static String |
CHECKID_EXTERNAL
Check to see if there are any external gadgets defined.
|
static String |
CHECKID_GADGETS
Check to see if there are gadgets on the dashboards.
|
Constructor and Description |
---|
DashboardConfigurationCheck() |
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 CHECKID_DASHBOARDS
public static final String CHECKID_GADGETS
public static final String CHECKID_EXTERNAL
public static final String CHECKID_ABSOLUTE
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.