Package jetbrains.vcs.api.services
Interface FetchService.FetchRepositoryCallback
-
- Enclosing interface:
- FetchService
public static interface FetchService.FetchRepositoryCallbackCallback interface to report fetch execution progress
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdate(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
-
-