Class SprintTriggerConfig
java.lang.Object
com.codebarrel.automation.rulecomponent.jira.trigger.sprint.SprintTriggerConfig
- All Implemented Interfaces:
EventTriggerConfig
-
Field Summary
Fields -
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()
-
Field Details
-
SPRINT
- See Also:
-
-
Constructor Details
-
SprintTriggerConfig
public SprintTriggerConfig() -
SprintTriggerConfig
-
-
Method Details
-
getBoardId
-
getSprintNameFilter
-
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
-