public interface FetchService extends VcsService, VcsRemoteService
Modifier and Type | Interface and Description |
---|---|
static interface |
FetchService.FetchRepositoryCallback
Callback interface to report fetch execution progress
|
Modifier and Type | Method and Description |
---|---|
void |
fetchRepository(FetchService.FetchRepositoryCallback callback)
Performs repository fetch to the most recent revision
|
void fetchRepository(@NotNull FetchService.FetchRepositoryCallback callback) throws VcsException
callback
- callback to report operation progressVcsException
- on error