Class ConfigurationChecker
java.lang.Object
com.atlassian.jira.functest.config.ConfigurationChecker
Object that can be used to check the state of some JIRA XML. The checks are actually delegated off to the configured
ConfigurationCheck instance.- Since:
- v4.0
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionConfigurationChecker(File root, Collection<? extends ConfigurationCheck> checks) -
Method Summary
Modifier and TypeMethodDescriptioncheck()static ConfigurationCheckerstatic ConfigurationCheckercreateDefaultChecker(File root) List<org.apache.commons.io.filefilter.IOFileFilter> getRoot()intbooleanisCache()voidsetCache(boolean cache) voidsetConfigurationChecks(Collection<? extends ConfigurationCheck> configurationChecks) voidsetExcludes(Collection<org.apache.commons.io.filefilter.IOFileFilter> excludes) voidvoidsetVersion(int version)
-
Constructor Details
-
ConfigurationChecker
-
-
Method Details
-
getRoot
-
setRoot
-
getConfigurationChecks
-
setConfigurationChecks
-
getExcludes
-
setExcludes
-
isCache
public boolean isCache() -
setCache
public void setCache(boolean cache) -
getVersion
public int getVersion() -
setVersion
public void setVersion(int version) -
createDefaultChecker
-
createDefaultChecker
-
check
-