public interface TriggerApplicabilityCondition
Triggerable
Modifier and Type | Interface and Description |
---|---|
static class |
TriggerApplicabilityCondition.CanTriggerPredicate
Deprecated.
since 5.10 use lambda instead
|
static class |
TriggerApplicabilityCondition.CanTriggerTypePredicate
Deprecated.
since 5.10 use lambda instead
|
Modifier and Type | Method and Description |
---|---|
boolean |
canTrigger(Triggerable triggerable)
Detailed check of trigger applicability.
|
boolean |
canTriggerType(Class<? extends Triggerable> triggerableType)
General check of trigger applicability.
|
boolean canTriggerType(@NotNull Class<? extends Triggerable> triggerableType)
triggerableType
- boolean canTrigger(@NotNull Triggerable triggerable)
triggerable
- Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.