Interface CheckOptions
public interface CheckOptions
The options passed to each
.
invalid reference
com.atlassian.jira.functest.unittests.config.ConfigurationCheck
- Since:
- v4.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns a representation of the options as a set of suppresscheck options.booleancheckEnabled(String checkId) Returns true if check should be executed.
-
Method Details
-
checkEnabled
Returns true if check should be executed.- Parameters:
checkId- the check to validate.- Returns:
- true if the passed check should be executed.
-
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.
-