Class EpicCallbackComponent
java.lang.Object
com.atlassian.greenhopper.web.rapid.list.callback.EpicCallbackComponent
- All Implemented Interfaces:
RapidIssueEntryCallbackComponent
Retrieve the key of the Epic that is associated to each issue (if one exists) and set it onto the
RapidIssueEntry
.-
Constructor Summary
ConstructorsConstructorDescriptionEpicCallbackComponent
(com.atlassian.jira.user.ApplicationUser user, ExtraFieldsHelper extraFieldsHelper, com.atlassian.jira.issue.fields.CustomField epicLinkCustomField, EntityData entityData) -
Method Summary
Modifier and TypeMethodDescriptionGet the index fields required by this componentvoid
processFieldData
(Long issueId, String issueKey, com.atlassian.jira.search.Document data, RapidIssueEntry entry) Process the result for a given issue and store the outcome into the issue entryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.greenhopper.web.rapid.list.callback.RapidIssueEntryCallbackComponent
requiresAllFields
-
Constructor Details
-
EpicCallbackComponent
public EpicCallbackComponent(com.atlassian.jira.user.ApplicationUser user, ExtraFieldsHelper extraFieldsHelper, com.atlassian.jira.issue.fields.CustomField epicLinkCustomField, EntityData entityData)
-
-
Method Details
-
getFields
Description copied from interface:RapidIssueEntryCallbackComponent
Get the index fields required by this component- Specified by:
getFields
in interfaceRapidIssueEntryCallbackComponent
-
processFieldData
public void processFieldData(Long issueId, String issueKey, com.atlassian.jira.search.Document data, RapidIssueEntry entry) Description copied from interface:RapidIssueEntryCallbackComponent
Process the result for a given issue and store the outcome into the issue entry- Specified by:
processFieldData
in interfaceRapidIssueEntryCallbackComponent
-