Uses of Interface
jetbrains.vcs.api.services.BulkPatchService.BulkPatchRequest
-
Packages that use BulkPatchService.BulkPatchRequest Package Description jetbrains.vcs.api.services -
-
Uses of BulkPatchService.BulkPatchRequest in jetbrains.vcs.api.services
Methods in jetbrains.vcs.api.services with parameters of type BulkPatchService.BulkPatchRequest Modifier and Type Method Description voidBulkPatchService.BulkPatchBuilder. endPatch(BulkPatchService.BulkPatchRequest request, LowLevelPatchBuilder builder)Indicates patch processing is completedLowLevelPatchBuilderBulkPatchService.BulkPatchBuilder. startPatch(BulkPatchService.BulkPatchRequest request)The system calls a method to start processing each patch.Method parameters in jetbrains.vcs.api.services with type arguments of type BulkPatchService.BulkPatchRequest Modifier and Type Method Description voidBulkPatchService. buildPatches(List<BulkPatchService.BulkPatchRequest> requests, BulkPatchService.BulkPatchBuilder builder)Creates a series of incremental patches from a given from revision to all toRevisions.
-