Class MultipleIssueEventTriggerConfig
java.lang.Object
com.codebarrel.automation.rulecomponent.jira.trigger.event.BaseEventTriggerConfig
com.codebarrel.automation.rulecomponent.jira.trigger.event.IssueEventTriggerConfig
com.codebarrel.automation.rulecomponent.jira.trigger.event.multiple.MultipleIssueEventTriggerConfig
- All Implemented Interfaces:
EventTriggerConfig
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionSupportedEventIdentifierobjects that corresponds to the classname of the event object.Methods inherited from class com.codebarrel.automation.rulecomponent.jira.trigger.event.IssueEventTriggerConfig
getEventKey, getIssueEvent, toStringMethods inherited from class com.codebarrel.automation.rulecomponent.jira.trigger.event.BaseEventTriggerConfig
isSynchronous
-
Constructor Details
-
MultipleIssueEventTriggerConfig
public MultipleIssueEventTriggerConfig() -
MultipleIssueEventTriggerConfig
-
-
Method Details
-
getSupportedEventTypes
Description copied from interface:EventTriggerConfigSupportedEventIdentifierobjects that corresponds to the classname of the event object. Used for Server only, Cloud implementation to come- Specified by:
getSupportedEventTypesin interfaceEventTriggerConfig- Overrides:
getSupportedEventTypesin classIssueEventTriggerConfig- Returns:
- Optional list. If Optional is empty, all event types are supported.
-
getEvents
-