Class FixVersionCallbackComponent
java.lang.Object
com.atlassian.greenhopper.service.issue.callback.FixVersionCallbackComponent
- All Implemented Interfaces:
RapidIssueEntryCallbackComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the lucene fields required by this componentvoid
processFieldData
(Long issueId, String issueKey, IssueFieldValueProvider data, RapidIssueEntry entry) Process the result for a given issue and store the outcome into the issue entry
-
Constructor Details
-
FixVersionCallbackComponent
public FixVersionCallbackComponent()
-
-
Method Details
-
getFields
Description copied from interface:RapidIssueEntryCallbackComponent
Get the lucene fields required by this component- Specified by:
getFields
in interfaceRapidIssueEntryCallbackComponent
-
processFieldData
public void processFieldData(Long issueId, String issueKey, IssueFieldValueProvider 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
-