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 Patcher
FSPatcherFactoryImpl. createPatcher(InputStream patch)
Patcher
PatcherFactory. createPatcher(InputStream patch)
Methods in jetbrains.buildServer.agent.impl.patch with parameters of type Patcher Modifier and Type Method Description void
PatchApplier. applyPatch(Patcher patch)
void
PatchApplierImpl. applyPatch(Patcher patch)
protected void
UpdateSourcesPatcherBase. 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 interface
UndoSupportingPatcher
Classes in jetbrains.buildServer.vcs.patches that implement Patcher Modifier and Type Class Description class
AbstractFSPatcher
class
AbstractPatcher
class
FSPatcherImpl
class
FSUndoSupportingPatcher
It is do not inherited from FSPatcherImpl in order to enforce adding methods to that class on changes in AbstractFSPatcherclass
UnifiedDiffUndoSupportingPatcher
Patcher for unified diff patch format and supports undo patching.class
VerifyingPatcher
Methods in jetbrains.buildServer.vcs.patches that return Patcher Modifier and Type Method Description protected static Patcher
PatchTestCase. createPatcher(File dir, byte[] patch)
Patcher
PatchTestCase.PatchBuilderFactory. createPatcher(File dir)
Patcher
FSUndoPatchBuilder. createUndoPatcher(PatcherErrorHandler errorHandler)
Patcher
UndoSupportingPatcher. createUndoPatcher()
Patcher
UnifiedDiffUndoSupportingPatcher. createUndoPatcher()
Patcher
FSUndoSupportingPatcher. getUndoPatcher(PatcherErrorHandler errors)
Methods in jetbrains.buildServer.vcs.patches with parameters of type Patcher Modifier and Type Method Description void
PatchListenerAdapter. subscribe(Patcher p)
Use this method to subscribe to patcher events only if is supports an extension
-