Uses of Interface
jetbrains.buildServer.vcs.patches.Patcher
-
Packages that use Patcher Package Description jetbrains.buildServer.agent.impl.patch jetbrains.buildServer.vcs.patches -
-
Uses of Patcher in jetbrains.buildServer.agent.impl.patch
Methods in jetbrains.buildServer.agent.impl.patch that return Patcher Modifier and Type Method Description PatcherFSPatcherFactoryImpl. createPatcher(InputStream patch)PatcherPatcherFactory. createPatcher(InputStream patch)Methods in jetbrains.buildServer.agent.impl.patch with parameters of type Patcher Modifier and Type Method Description voidPatchApplier. applyPatch(Patcher patch)voidPatchApplierImpl. applyPatch(Patcher patch)protected voidUpdateSourcesPatcherBase. applyPatch(Patcher patcher)Constructors in jetbrains.buildServer.agent.impl.patch with parameters of type Patcher Constructor Description UpdateSourcesFromPersonalUndo(Patcher undoablePatcher, AgentRunningBuildEx build) -
Uses of Patcher in jetbrains.buildServer.vcs.patches
Subinterfaces of Patcher in jetbrains.buildServer.vcs.patches Modifier and Type Interface Description interfaceUndoSupportingPatcherClasses in jetbrains.buildServer.vcs.patches that implement Patcher Modifier and Type Class Description classAbstractFSPatcherclassAbstractPatcherclassFSPatcherImplclassFSUndoSupportingPatcherIt is do not inherited from FSPatcherImpl in order to enforce adding methods to that class on changes in AbstractFSPatcherclassUnifiedDiffUndoSupportingPatcherPatcher for unified diff patch format and supports undo patching.classVerifyingPatcherMethods in jetbrains.buildServer.vcs.patches that return Patcher Modifier and Type Method Description protected static PatcherPatchTestCase. createPatcher(File dir, byte[] patch)PatcherPatchTestCase.PatchBuilderFactory. createPatcher(File dir)PatcherFSUndoPatchBuilder. createUndoPatcher(PatcherErrorHandler errorHandler)PatcherUndoSupportingPatcher. createUndoPatcher()PatcherUnifiedDiffUndoSupportingPatcher. createUndoPatcher()PatcherFSUndoSupportingPatcher. getUndoPatcher(PatcherErrorHandler errors)Methods in jetbrains.buildServer.vcs.patches with parameters of type Patcher Modifier and Type Method Description voidPatchListenerAdapter. subscribe(Patcher p)Use this method to subscribe to patcher events only if is supports an extension
-