Package jetbrains.buildServer.vcs
Interface VcsChangesCollector
-
public interface VcsChangesCollector
Collects changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<ChangesCollectorResult>
collectChanges(CancelCheck cancelCheck)
Starts asynchronous process of changes collecting.
-
-
-
Method Detail
-
collectChanges
CompletableFuture<ChangesCollectorResult> collectChanges(CancelCheck cancelCheck)
Starts asynchronous process of changes collecting.- Parameters:
cancelCheck
- checked by the process of changes collecting for a possible cancel- Returns:
- Future object allowing to access results/cancel/interrupt changes collection process or wait until the process finishes
-
-