Class JiraComponentInputsImpl
java.lang.Object
java.util.AbstractMap<String,Object>
java.util.HashMap<String,Object>
com.codebarrel.automation.api.component.inputs.ComponentInputsImpl
com.codebarrel.automation.api.component.inputs.JiraComponentInputsImpl
- All Implemented Interfaces:
ComponentInputs,JiraComponentInputs,Serializable,Cloneable,Map<String,Object>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields inherited from interface com.codebarrel.automation.api.component.inputs.ComponentInputs
BREACHED_RULES, BREACHED_SUMMARY, CUSTOM_SMART_VALUES, INITIATOR, ORIG_EVENT_TYPE, RAW_EVENT, WEBHOOK_RESPONSES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCreatedIssues(List<SmartIssueBean> newIssues) Adds the passed issues to the list of created issues.booleanThis returns true if a component in this rule (usually trigger) has previously added issues to the context, even an empty list of issues.toString()Methods inherited from class com.codebarrel.automation.api.component.inputs.ComponentInputsImpl
getEvent, getInitiatorAccountIdMethods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCodeMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.codebarrel.automation.api.component.inputs.ComponentInputs
getEvent, getInitiatorAccountIdMethods 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
-
Constructor Details
-
JiraComponentInputsImpl
public JiraComponentInputsImpl()
-
-
Method Details
-
getIssues
- Specified by:
getIssuesin interfaceJiraComponentInputs
-
getCreatedIssues
- Specified by:
getCreatedIssuesin interfaceJiraComponentInputs
-
isRunningInContextOfIssues
public boolean isRunningInContextOfIssues()Description copied from interface:JiraComponentInputsThis returns true if a component in this rule (usually trigger) has previously added issues to the context, even an empty list of issues. All Jira issue events will do this. Some triggers that wont - ScheduledTrigger with no JQL search, version released, sprint closed, user added- Specified by:
isRunningInContextOfIssuesin interfaceJiraComponentInputs
-
addCreatedIssues
Description copied from interface:JiraComponentInputsAdds the passed issues to the list of created issues.- Specified by:
addCreatedIssuesin interfaceJiraComponentInputs
-
toString
- Overrides:
toStringin classAbstractMap<String,Object>
-