Uses of Interface
jetbrains.buildServer.issueTracker.AbstractIssueFetcher.FetchFunction
-
Packages that use AbstractIssueFetcher.FetchFunction Package Description jetbrains.buildServer.issueTracker -
-
Uses of AbstractIssueFetcher.FetchFunction in jetbrains.buildServer.issueTracker
Methods in jetbrains.buildServer.issueTracker with parameters of type AbstractIssueFetcher.FetchFunction Modifier and Type Method Description protected IssueData
AbstractIssueFetcher. getFromCacheOrFetch(Object key, AbstractIssueFetcher.FetchFunction function)
Returns a cached issue, or performs a slow fetch operation specified by afunction
and returns the result.
-