Class EpicLabelAndKeyMatchingCallback
java.lang.Object
com.atlassian.greenhopper.service.issue.callback.AbstractIssueDataCallback
com.atlassian.greenhopper.service.issue.callback.EpicLabelAndKeyMatchingCallback
- All Implemented Interfaces:
IssueDataCallback
Collects the issue key and epic label of epic issues that match the given search term.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.atlassian.greenhopper.service.issue.callback.AbstractIssueDataCallback
fields
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This callback is being called for every issue that matches the query.int
Methods inherited from class com.atlassian.greenhopper.service.issue.callback.AbstractIssueDataCallback
getFields, issueComplete, requiresIssueDoc
-
Method Details
-
fieldData
Description copied from interface:IssueDataCallback
This callback is being called for every issue that matches the query. For memory efficiency, try to avoid buffering all results in memory but rather stream them to the target object, like a REST template.- Specified by:
fieldData
in interfaceIssueDataCallback
- Overrides:
fieldData
in classAbstractIssueDataCallback
fieldName
- : The name of the field that this value belongs to. One of the fields specified in getFields(). See DocumentConstants for possible values.data
- : The raw Lucene data for the given field. Can be null.
-
getIssues
-
getMaxResults
public int getMaxResults()
-