java.lang.Object
com.codebarrel.automation.rulecomponent.jira.com.rproxy.goskope.common.issueconfigfields.conditions.Conditions

public final class Conditions extends Object
Generic conditions that will apply to any field regardless of it's type
  • Method Details

    • not

      public static Conditions.NotCondition not(ConditionComparator comparatorToNegate)
      A condition that wraps another condition and negates its result
      Parameters:
      comparatorToNegate - A condition to negate
      Returns:
      the negation of the result of the comparatorToNegate
    • isEmpty

      public static Conditions.IsEmptyConditionComparator isEmpty()
      Condition that evaluates whether a field is empty
      Returns:
      true if it is empty or false otherwise