Interface ComponentInputs
- All Known Subinterfaces:
JiraComponentInputs
- All Known Implementing Classes:
ComponentInputsImpl,JiraComponentInputsImpl
ComponentInputs is a specialised Map that has friendly accessors for common / required properties.
Is otherwise semantically identical to HashMap. ie Not threadsafe, mutable
Changes in this class may also require additions in ComponentInputsDeserializer.
-
Nested Class Summary
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetEvent()Event that is associated with this execution.The account Id of the user who triggered this event chain.Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Field Details
-
INITIATOR
- See Also:
-
RAW_EVENT
- See Also:
-
ORIG_EVENT_TYPE
- See Also:
-
BREACHED_RULES
- See Also:
-
BREACHED_SUMMARY
- See Also:
-
WEBHOOK_RESPONSES
- See Also:
-
CUSTOM_SMART_VALUES
- See Also:
-
-
Method Details
-
getEvent
Event that is associated with this execution. Can assumed to be not null in normal circumstances. -
getInitiatorAccountId
The account Id of the user who triggered this event chain.
-