java.lang.Object | |
↳ | com.atlassian.jira.functest.config.IndexDirectoryChecker |
A check to make sure that indexing is correctly configured in JIRA XML data.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | CHECKID_INDEX_DIRECTORY | The check that will set the index directory to #FUNC_TEST_INDEX. | |||||||||
String | CHECKID_INDEX_ENABLED | The check to ensure that indexing is enabled. | |||||||||
String | CHECKID_INDEX_HOME | The check ID to ensure that we are using JIRA.HOME for indexing. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Check the correctness of the passed JIRA XML.
| |||||||||||
Fix the passed JIRA configuration and remove any errors.
|
[Expand]
Inherited Methods | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||
![]()
|
The check that will set the index directory to #FUNC_TEST_INDEX.
The check to ensure that indexing is enabled.
The check ID to ensure that we are using JIRA.HOME for indexing.
Check the correctness of the passed JIRA XML. It must be possible to call this method multiple times with different agruments (i.e. the object should be stateless).
config | the configuration to check. |
---|---|
options | the context for the check. This is where errors can be reported. |
Fix the passed JIRA configuration and remove any errors.
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. |