Class NotCondition
java.lang.Object
io.kestra.core.models.conditions.Condition
io.kestra.core.models.conditions.types.NotCondition
- All Implemented Interfaces:
ScheduleCondition,Rethrow.PredicateChecked<ConditionContext,InternalException>
@Plugin(examples=@Example(full=true,code={"- conditions:"," - type: io.kestra.core.models.conditions.types.NotCondition"," conditions:"," - type: io.kestra.core.models.conditions.types.DateBetweenCondition"," after: \"2013-09-08T16:19:12\""}))
public class NotCondition
extends Condition
implements ScheduleCondition
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NotCondition
public NotCondition()
-
-
Method Details
-
test
- Specified by:
testin interfaceRethrow.PredicateChecked<ConditionContext,InternalException> - Specified by:
testin interfaceScheduleCondition- Throws:
InternalException
-