Class IssuePropertySetTriggerConfig
java.lang.Object
com.codebarrel.automation.rulecomponent.jira.trigger.event.BaseEventTriggerConfig
com.codebarrel.automation.rulecomponent.jira.trigger.event.propertyset.IssuePropertySetTriggerConfig
- All Implemented Interfaces:
EventTriggerConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupportedEventIdentifierobjects that corresponds to the classname of the event object.toString()Methods inherited from class com.codebarrel.automation.rulecomponent.jira.trigger.event.BaseEventTriggerConfig
isSynchronous
-
Constructor Details
-
IssuePropertySetTriggerConfig
public IssuePropertySetTriggerConfig() -
IssuePropertySetTriggerConfig
-
-
Method Details
-
getPropertyKeys
-
getSupportedEventTypes
Description copied from interface:EventTriggerConfigSupportedEventIdentifierobjects that corresponds to the classname of the event object. Used for Server only, Cloud implementation to come- Returns:
- Optional list. If Optional is empty, all event types are supported.
-
toString
-