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 Type
    Method
    Description
    Returns a representation of the options as a set of suppresscheck options.
    boolean
    Returns true if check should be executed.
  • Method Details

    • 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.