Package jetbrains.buildServer.vcs
Interface VcsOperationProgress
-
- All Known Implementing Classes:
RecordingVcsOperationProgress
public interface VcsOperationProgress
Gives 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 void
reportProgress(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
-
-