com.atlassian.jira.functest.config
Interface CheckOptions


public interface CheckOptions

The options passed to each com.atlassian.jira.functest.unittests.config.ConfigurationCheck.

Since:
v4.0

Method Summary
 Set<String> asSuppressChecks()
          Returns a representation of the options as a set of suppresscheck options.
 boolean checkEnabled(String checkId)
          Returns true if check should be executed.
 

Method Detail

checkEnabled

boolean checkEnabled(String checkId)
Returns true if check should be executed.

Parameters:
checkId - the check to validate.
Returns:
true if the passed check should be executed.

asSuppressChecks

Set<String> asSuppressChecks()
Returns a representation of the options as a set of suppresscheck options.

Returns:
a representation of the options as a set of suppresscheck options.


Copyright © 2002-2014 Atlassian. All Rights Reserved.