Package com.codebarrel.automation.rulecomponent.jira.com.rproxy.goskope.common.issueconfigfields.conditions
Class Conditions
java.lang.Object
com.codebarrel.automation.rulecomponent.jira.com.rproxy.goskope.common.issueconfigfields.conditions.Conditions
Generic conditions that will apply to any field regardless of it's type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionisEmpty()
Condition that evaluates whether a field is emptystatic Conditions.NotCondition
not
(ConditionComparator comparatorToNegate) A condition that wraps another condition and negates its result
-
Method Details
-
not
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
Condition that evaluates whether a field is empty- Returns:
- true if it is empty or false otherwise
-