Class FixVersionCallbackComponent
java.lang.Object
com.atlassian.greenhopper.web.rapid.list.callback.FixVersionCallbackComponent
- All Implemented Interfaces:
RapidIssueEntryCallbackComponent
-
Constructor Summary
Constructors -
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
-
FixVersionCallbackComponent
public FixVersionCallbackComponent()
-
-
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
-