Uses of Interface
jetbrains.buildServer.issueTracker.AbstractIssueFetcher.BatchFetchFunction
-
Packages that use AbstractIssueFetcher.BatchFetchFunction Package Description jetbrains.buildServer.issueTracker -
-
Uses of AbstractIssueFetcher.BatchFetchFunction in jetbrains.buildServer.issueTracker
Methods in jetbrains.buildServer.issueTracker with parameters of type AbstractIssueFetcher.BatchFetchFunction Modifier and Type Method Description protected Collection<IssueData>AbstractIssueFetcher. defaultGetIssuesInBatch(String host, Collection<String> ids, AbstractIssueFetcher.BatchFetchFunction function)Method is identical toAbstractIssueFetcher.fetchNonCachedIssues(Collection, CacheKeyFunction, BatchFetchFunction), but uses a default key function (id -> url).protected Collection<IssueData>AbstractIssueFetcher. fetchNonCachedIssues(Collection<String> ids, AbstractIssueFetcher.CacheKeyFunction keyFunction, AbstractIssueFetcher.BatchFetchFunction fetchFunction)Performs a specified fetch functionfetchFunctionfor a number of issue ids, which are not cached at the moment.
-