com.atlassian.jira.functest.config
Class AttachmentDirectoryChecker
java.lang.Object
com.atlassian.jira.functest.config.AttachmentDirectoryChecker
- All Implemented Interfaces:
- ConfigurationCheck
public final class AttachmentDirectoryChecker
- extends Object
- implements ConfigurationCheck
A check to make sure that attachments is correctly configured in JIRA XML data.
- Since:
- v4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttachmentDirectoryChecker
public AttachmentDirectoryChecker()
checkConfiguration
public ConfigurationCheck.Result checkConfiguration(JiraConfig config,
CheckOptions options)
- Description copied from interface:
ConfigurationCheck
- 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).
- Specified by:
checkConfiguration
in interface ConfigurationCheck
- Parameters:
config
- the configuration to check.options
- the context for the check. This is where errors can be reported.
- Returns:
- the errors that were found in the passed configuration file.
fixConfiguration
public void fixConfiguration(JiraConfig config,
CheckOptions options)
- Description copied from interface:
ConfigurationCheck
- Fix the passed JIRA configuration an remove any errors.
- Specified by:
fixConfiguration
in interface ConfigurationCheck
- Parameters:
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-2011 Atlassian. All Rights Reserved.