Class VersionTriggerConfig
java.lang.Object
com.codebarrel.automation.rulecomponent.jira.trigger.version.VersionTriggerConfig
- All Implemented Interfaces:
EventTriggerConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupportedEventIdentifierobjects that corresponds to the classname of the event object.booleanShould the event be ran in the same thread that's firing the event.toString()
-
Constructor Details
-
VersionTriggerConfig
public VersionTriggerConfig() -
VersionTriggerConfig
-
-
Method Details
-
getVersionNameFilter
-
isSynchronous
public boolean isSynchronous()Description copied from interface:EventTriggerConfigShould the event be ran in the same thread that's firing the event. Server only.- Specified by:
isSynchronousin interfaceEventTriggerConfig
-
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- Returns:
- Optional list. If Optional is empty, all event types are supported.
-
toString
-