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 IssueDataAbstractIssueFetcher. getFromCacheOrFetch(Object key, AbstractIssueFetcher.FetchFunction function)Returns a cached issue, or performs a slow fetch operation specified by afunctionand returns the result.
-