public interface FetchService extends VcsExtension
| 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(VcsRoot root,
CheckoutRules rules,
FetchService.FetchRepositoryCallback callback)
Performs repository fetch to the most recent revision
|
void fetchRepository(@NotNull
VcsRoot root,
@NotNull
CheckoutRules rules,
@NotNull
FetchService.FetchRepositoryCallback callback)
throws VcsException
callback - callback to report operation progressVcsException - on error