Uses of Interface
jetbrains.buildServer.serverSide.impl.CancelCheck
-
Packages that use CancelCheck Package Description jetbrains.buildServer.serverSide.impl jetbrains.buildServer.vcs jetbrains.buildServer.vcs.impl -
-
Uses of CancelCheck in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement CancelCheck Modifier and Type Class Description class
CancelableTaskHolder
Fields in jetbrains.buildServer.serverSide.impl declared as CancelCheck Modifier and Type Field Description static CancelCheck
CancelCheck. NONE
-
Uses of CancelCheck in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs with parameters of type CancelCheck Modifier and Type Method Description CompletableFuture<ChangesCollectorResult>
VcsChangesCollector. collectChanges(CancelCheck cancelCheck)
Starts asynchronous process of changes collecting.Future<Void>
BuildPromotionChangesCollector. scheduleCheckingForChanges(BuildPromotionEx top, CancelCheck cancelCheck)
default void
BuildPromotionChangesCollector. scheduleCheckingForChangesAndWait(BuildPromotionEx top, CancelCheck cancelCheck)
-
Uses of CancelCheck in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl with parameters of type CancelCheck Modifier and Type Method Description Future<Void>
BuildChainChangesCollector. scheduleCheckingForChanges(BuildPromotionEx top, CancelCheck cancelCheck)
Future<Void>
HistoryChangesCollector. scheduleCheckingForChanges(BuildPromotionEx top, CancelCheck cancelCheck)
-