Interface AbstractIssueFetcher.BatchFetchFunction
-
- Enclosing class:
- AbstractIssueFetcher
protected static interface AbstractIssueFetcher.BatchFetchFunction
An interface represents an action of fetching in a batch.- See Also:
AbstractIssueFetcher.FetchFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<IssueData>
batchFetch(Collection<String> ids)
-
-
-
Method Detail
-
batchFetch
@NotNull List<IssueData> batchFetch(@NotNull Collection<String> ids)
-
-