Uses of Interface
jetbrains.buildServer.vcs.ChangesCollectorResult
-
Packages that use ChangesCollectorResult Package Description jetbrains.buildServer.vcs jetbrains.buildServer.vcs.impl -
-
Uses of ChangesCollectorResult in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that return types with arguments of type ChangesCollectorResult Modifier and Type Method Description CompletableFuture<ChangesCollectorResult>
VcsChangesCollector. collectChanges(CancelCheck cancelCheck)
Starts asynchronous process of changes collecting. -
Uses of ChangesCollectorResult in jetbrains.buildServer.vcs.impl
Classes in jetbrains.buildServer.vcs.impl that implement ChangesCollectorResult Modifier and Type Class Description class
BuildChangesLoaderContext
Methods in jetbrains.buildServer.vcs.impl that return ChangesCollectorResult Modifier and Type Method Description ChangesCollectorResult
HistoryChangesCollector. computeRevisions(BuildPromotionEx top)
Methods in jetbrains.buildServer.vcs.impl with parameters of type ChangesCollectorResult Modifier and Type Method Description void
AbstractBuildPromotionChangesCollector. handleResult(BuildPromotionEx top, ChangesCollectorResult changesResult, Throwable throwable, long duration)
-