Interface VcsChangesCollector


  • public interface VcsChangesCollector
    Collects changes.
    • 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