Package jetbrains.buildServer.vcs
Interface FetchService.FetchRepositoryCallback
-
- Enclosing interface:
- FetchService
public static interface FetchService.FetchRepositoryCallback
Callback interface to report fetch execution progress
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
update(float progress, String message)
Updates current fetch state with progress and message
-
-
-
Method Detail
-
update
void update(float progress, @NotNull String message)
Updates current fetch state with progress and message- Parameters:
progress
- a value of progress from [0, 1] interval or -1 if the message is without progressmessage
- message to display
-
-