Interface VcsOperationProgressProvider


  • public interface VcsOperationProgressProvider
    Provides an instance of progress for current VCS operation. VCS plugin can get an instance of this object via spring dependency.
    Since:
    9.0
    • Method Detail

      • getProgress

        @NotNull
        VcsOperationProgress getProgress()
        Returns an instance of progress object which consumes progress messages. Progress is available during changes collecting and getCurrentState/getCurrentVersion operations. When progress is not available a dummy one is returned.
        Returns:
        see above