Class ConfigurationChecker

java.lang.Object
com.atlassian.jira.functest.config.ConfigurationChecker

public class ConfigurationChecker extends Object
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
  • Constructor Details

  • Method Details

    • getRoot

      public File getRoot()
    • setRoot

      public void setRoot(File root)
    • getConfigurationChecks

      public List<ConfigurationCheck> getConfigurationChecks()
    • setConfigurationChecks

      public void setConfigurationChecks(Collection<? extends ConfigurationCheck> configurationChecks)
    • getExcludes

      public List<org.apache.commons.io.filefilter.IOFileFilter> getExcludes()
    • setExcludes

      public void setExcludes(Collection<org.apache.commons.io.filefilter.IOFileFilter> excludes)
    • isCache

      public boolean isCache()
    • setCache

      public void setCache(boolean cache)
    • getVersion

      public int getVersion()
    • setVersion

      public void setVersion(int version)
    • createDefaultChecker

      public static ConfigurationChecker createDefaultChecker()
    • createDefaultChecker

      public static ConfigurationChecker createDefaultChecker(File root)
    • check