Package jetbrains.buildServer.vcs
Interface VcsOperationProgress
-
- All Known Implementing Classes:
RecordingVcsOperationProgress
public interface VcsOperationProgressGives an ability to report progress of the current VCS operation. VCS plugin can obtain an instance of the progress fromVcsOperationProgressProvider.- Since:
- 9.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreportProgress(String progress)Report progress to be shown in web UI.
-
-
-
Method Detail
-
reportProgress
void reportProgress(@NotNull String progress)Report progress to be shown in web UI.- Parameters:
progress- progress message
-
-