Class JiraEvents
java.lang.Object
com.codebarrel.automation.api.event.JiraEvents
Class for mapping event names
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringtoDetailedEventKey(String eventKey, String issueEventKey) Mapping from Jira event and issue event keys to detailed event keys.
-
Field Details
-
LINK_CREATED_EVENT
- See Also:
-
LINK_DELETED_EVENT
- See Also:
-
COMMENT_CREATED_EVENT
- See Also:
-
-
Constructor Details
-
JiraEvents
public JiraEvents()
-
-
Method Details
-
toDetailedEventKey
Mapping from Jira event and issue event keys to detailed event keys. This gets used in AutomationEvent#getType() as the type of the event that moves around our queue.
-