public interface IfCondition
Modifier and Type | Interface and Description |
---|---|
static interface |
IfCondition.IfConditionParam
Contains params to be used by the if condition to check whether an action should be invoked
|
Modifier and Type | Method and Description |
---|---|
boolean |
matches(IfCondition.IfConditionParam ifConditionParam)
Returns true if the action should be invoked given a
ifConditionParam |
boolean matches(@Nonnull IfCondition.IfConditionParam ifConditionParam)
ifConditionParam
IfConditionException
- on ErrorCopyright © 2019 Atlassian. All rights reserved.