Uses of Interface
jetbrains.buildServer.issueTracker.AbstractIssueFetcher.CacheKeyFunction
-
Packages that use AbstractIssueFetcher.CacheKeyFunction Package Description jetbrains.buildServer.issueTracker -
-
Uses of AbstractIssueFetcher.CacheKeyFunction in jetbrains.buildServer.issueTracker
Methods in jetbrains.buildServer.issueTracker with parameters of type AbstractIssueFetcher.CacheKeyFunction Modifier and Type Method Description protected Collection<IssueData>
AbstractIssueFetcher. fetchNonCachedIssues(Collection<String> ids, AbstractIssueFetcher.CacheKeyFunction keyFunction, AbstractIssueFetcher.BatchFetchFunction fetchFunction)
Performs a specified fetch functionfetchFunction
for a number of issue ids, which are not cached at the moment.
-