Uses of Interface
jetbrains.buildServer.vcs.patches.PatchBuilder
-
Packages that use PatchBuilder Package Description jetbrains.buildServer.serverSide.impl jetbrains.buildServer.vcs jetbrains.buildServer.vcs.patches jetbrains.buildServer.vcs.utils jetbrains.vcs.api.services.patches -
-
Uses of PatchBuilder in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type PatchBuilder Modifier and Type Method Description void
MockVcsSupport. buildPatch(VcsRoot root, String fromVersion, String toVersion, PatchBuilder builder, CheckoutRules checkoutRules)
protected void
BaseServerTestCase. buildPatchFromDir(File dir, CheckoutRules rules, PatchBuilder builder)
-
Uses of PatchBuilder in jetbrains.buildServer.vcs
Classes in jetbrains.buildServer.vcs that implement PatchBuilder Modifier and Type Class Description class
AbstractPatchBuilder
Implements general functionality to implementPatchBuilder
.class
PatchBuilderFileNamesCorrector
Service class, helps to build patches and do not map full file path to relative path in agent working directoryMethods in jetbrains.buildServer.vcs that return PatchBuilder Modifier and Type Method Description PatchBuilder
BulkPatchService.BulkPatchBuilder. startPatch(BulkPatchService.BulkPatchBuilderRequest request)
The system calls a method to start processing each patch.Methods in jetbrains.buildServer.vcs with parameters of type PatchBuilder Modifier and Type Method Description void
BuildPatchByCheckoutRules. buildPatch(VcsRoot root, String fromVersion, String toVersion, PatchBuilder builder, CheckoutRules checkoutRules)
Called to retrieve detailed info on modification between two given revisions.void
BuildPatchByIncludeRule. buildPatch(VcsRoot root, String fromVersion, String toVersion, PatchBuilder builder, IncludeRule includeRule)
Deprecated.Builds patch for the specified project subdirectory.void
IncludeRulePatchBuilder. buildPatch(PatchBuilder builder, IncludeRule includeRule)
Performs a portion of the patch building work corresponding to the given include rule.static void
VcsSupportUtil. buildPatch(VcsRoot root, String fromVersion, String toVersion, PatchBuilder builder, CheckoutRules checkoutRules, BuildPatchByIncludeRule patcher)
Deprecated.implement jetbrains.buildServer.vcs.BuildPatchByIncludeRules insteadvoid
BulkPatchService.BulkPatchBuilder. endPatch(BulkPatchService.BulkPatchBuilderRequest request, PatchBuilder builder)
Indicates patch processing is completedstatic void
VcsSupportUtil. exportFilesFromDisk(PatchBuilder builder, File file)
Exports whole directory contentConstructors in jetbrains.buildServer.vcs with parameters of type PatchBuilder Constructor Description PatchBuilderFileNamesCorrector(PatchBuilder original)
Creates corrector instance. -
Uses of PatchBuilder in jetbrains.buildServer.vcs.patches
Subinterfaces of PatchBuilder in jetbrains.buildServer.vcs.patches Modifier and Type Interface Description interface
PatchBuilderEx
Classes in jetbrains.buildServer.vcs.patches that implement PatchBuilder Modifier and Type Class Description class
PatchBuilderAdapter
class
PatchBuilderImpl
-
Uses of PatchBuilder in jetbrains.buildServer.vcs.utils
Methods in jetbrains.buildServer.vcs.utils with parameters of type PatchBuilder Modifier and Type Method Description static void
VcsPluginUtil. buildPatch(VcsRoot root, String fromVersion, String toVersion, PatchBuilder builder, CheckoutRules checkoutRules, BuildPatchByIncludeRules patcher)
Service method, allows to build patch for each root include rule in the specified checkout rules -
Uses of PatchBuilder in jetbrains.vcs.api.services.patches
Methods in jetbrains.vcs.api.services.patches with parameters of type PatchBuilder Modifier and Type Method Description static void
BuildPatchUtil. buildPatch(BuildPatchPolicy policy, VcsRoot vcsRoot, String fromVersion, String toVersion, PatchBuilder builder, CheckoutRules checkoutRules)
-