Uses of Interface
jetbrains.buildServer.vcs.patches.LowLevelPatchBuilder
-
-
Uses of LowLevelPatchBuilder in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type LowLevelPatchBuilder Modifier and Type Method Description void
BuildTypeImpl. buildPatch(RunningBuildEx runningBuild, FullCheckoutFlag fullCheckoutFlag, LowLevelPatchBuilder builder, BuildServerEx buildServer, VcsStatusLogger vcsStatusLogger, AgentCheckoutDirRevisionInfo dirInfo)
-
Uses of LowLevelPatchBuilder in jetbrains.buildServer.serverSide.impl.personal
Constructors in jetbrains.buildServer.serverSide.impl.personal with parameters of type LowLevelPatchBuilder Constructor Description NameResolvingPatchBuilder(BufferedInputStream inputStream, LowLevelPatchBuilder builder, PersonalPatchUtil mapper, PersonalBuildManagerImpl persManager, long buildId)
-
Uses of LowLevelPatchBuilder in jetbrains.buildServer.serverSide.impl.projectSources
Methods in jetbrains.buildServer.serverSide.impl.projectSources with parameters of type LowLevelPatchBuilder Modifier and Type Method Description void
PatchComposer. buildPatch(LowLevelPatchBuilder builder, AgentCheckoutDirRevisionInfo dirInfo)
void
PatchKeepAlive. runWithKeepAlive(LowLevelPatchBuilder original, jetbrains.buildServer.serverSide.impl.projectSources.PatchKeepAlive.BuildPatchAction action)
Runs the given action and keeps the patch stream alive in background by periodically writing NO_OP -
Uses of LowLevelPatchBuilder in jetbrains.buildServer.serverSide.impl.versionedSettings
Classes in jetbrains.buildServer.serverSide.impl.versionedSettings that implement LowLevelPatchBuilder Modifier and Type Class Description class
DirectoryPatchBuilder
Applies patch to a directory. -
Uses of LowLevelPatchBuilder in jetbrains.buildServer.vcs.patches
Classes in jetbrains.buildServer.vcs.patches that implement LowLevelPatchBuilder Modifier and Type Class Description class
LowLevelPatchBuilderImpl
Created by IntelliJ IDEA.class
LowLevelPatchBuilderWrapper
Created by Eugene Petrenko (eugene.petrenko@gmail.com) Date: 12.11.12 23:13Methods in jetbrains.buildServer.vcs.patches that return LowLevelPatchBuilder Modifier and Type Method Description LowLevelPatchBuilder
PatchBuilderEx. getLowLevelBuilder()
LowLevelPatchBuilder
PatchBuilderImpl. getLowLevelBuilder()
Constructors in jetbrains.buildServer.vcs.patches with parameters of type LowLevelPatchBuilder Constructor Description LowLevelPatchBuilderWrapper(LowLevelPatchBuilder host)
LowLevelPatchTranslator(LowLevelPatchBuilder builder)
PatchBuilderImpl(LowLevelPatchBuilder builder)
-
Uses of LowLevelPatchBuilder in jetbrains.vcs.api.services
Methods in jetbrains.vcs.api.services that return LowLevelPatchBuilder Modifier and Type Method Description LowLevelPatchBuilder
BulkPatchService.BulkPatchBuilder. startPatch(BulkPatchService.BulkPatchRequest request)
The system calls a method to start processing each patch.Methods in jetbrains.vcs.api.services with parameters of type LowLevelPatchBuilder Modifier and Type Method Description void
CleanPatchService. buildCleanPatch(LowLevelPatchBuilder builder, String toRevision)
Creates a clean patchvoid
IncrementalPatchService. buildIncrementalPatch(LowLevelPatchBuilder builder, String fromRevision, String toRevision)
Creates an incremental patch from a given revision to a given revisionvoid
BulkPatchService.BulkPatchBuilder. endPatch(BulkPatchService.BulkPatchRequest request, LowLevelPatchBuilder builder)
Indicates patch processing is completed -
Uses of LowLevelPatchBuilder in jetbrains.vcs.api.services.patches
Methods in jetbrains.vcs.api.services.patches with parameters of type LowLevelPatchBuilder Modifier and Type Method Description void
CleanPatchServiceImplA. buildCleanPatch(LowLevelPatchBuilder builder, String toRevision)
void
IncrementalPatchServiceImpl. buildIncrementalPatch(LowLevelPatchBuilder builder, String fromRevision, String toRevision)
protected void
PatchServiceBase. buildPatchImpl(LowLevelPatchBuilder builder, String fromRevision, String toRevision)
-