|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigurationCheck
Interface for objects that wish to check the correctness of some JIRA xml.
| Nested Class Summary | |
|---|---|
static interface |
ConfigurationCheck.Result
|
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||