public interface BulkPatchService extends VcsService
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BulkPatchService.BulkPatchBuilder
Callback interface for buildIncrementalPatches.
|
static interface |
BulkPatchService.BulkPatchRequest
One patch building request
|
| Modifier and Type | Method and Description |
|---|---|
void |
buildPatches(java.util.List<BulkPatchService.BulkPatchRequest> requests,
BulkPatchService.BulkPatchBuilder builder)
Creates a series of incremental patches from a given from revision to all toRevisions.
|
void buildPatches(@NotNull
java.util.List<BulkPatchService.BulkPatchRequest> requests,
@NotNull
BulkPatchService.BulkPatchBuilder builder)
throws VcsException,
java.io.IOException
requests - list of patches to build. Plugin is required to perform the request in given orderVcsException - on errorjava.io.IOException - on error