Uses of Interface
jetbrains.buildServer.vcs.BulkPatchService.BulkPatchBuilderRequest
-
Packages that use BulkPatchService.BulkPatchBuilderRequest Package Description jetbrains.buildServer.vcs -
-
Uses of BulkPatchService.BulkPatchBuilderRequest in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs with parameters of type BulkPatchService.BulkPatchBuilderRequest Modifier and Type Method Description void
BulkPatchService.BulkPatchBuilder. endPatch(BulkPatchService.BulkPatchBuilderRequest request, PatchBuilder builder)
Indicates patch processing is completedPatchBuilder
BulkPatchService.BulkPatchBuilder. startPatch(BulkPatchService.BulkPatchBuilderRequest request)
The system calls a method to start processing each patch.Method parameters in jetbrains.buildServer.vcs with type arguments of type BulkPatchService.BulkPatchBuilderRequest Modifier and Type Method Description void
BulkPatchService. buildPatches(VcsRoot root, CheckoutRules rules, List<BulkPatchService.BulkPatchBuilderRequest> requests, BulkPatchService.BulkPatchBuilder builder)
Creates a series of incremental patches from a given from revision to all toRevisions.
-