public class VisitingIssueIdCallback extends IssueIdCallback
IssueIdCallback which also keeps track of issues which have already been collected.
This is useful when running multiple queries with potentially overlapping issues.fields| Constructor and Description |
|---|
VisitingIssueIdCallback(Set<Long> visitedIssues) |
| Modifier and Type | Method and Description |
|---|---|
void |
fieldData(Long issueId,
String issueKey,
String fieldName,
String data)
This callback is being called for every issue that matches the query.
|
getIssueIdsgetFields, issueComplete, requiresIssueDocpublic void fieldData(Long issueId, String issueKey, String fieldName, String data)
IssueDataCallbackfieldData in interface IssueDataCallbackfieldData in class IssueIdCallbackfieldName - : 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.Copyright © 2007–2015 Atlassian. All rights reserved.