Uses of Interface
jetbrains.buildServer.vcs.patches.UndoSupportingPatcher
-
Packages that use UndoSupportingPatcher Package Description jetbrains.buildServer.agent.impl.patch jetbrains.buildServer.vcs.patches -
-
Uses of UndoSupportingPatcher in jetbrains.buildServer.agent.impl.patch
Methods in jetbrains.buildServer.agent.impl.patch that return UndoSupportingPatcher Modifier and Type Method Description UndoSupportingPatcher
FSPatcherFactoryImpl. createUndoSupportingPatcher(DownloadedPatch patch)
UndoSupportingPatcher
PatcherFactory. createUndoSupportingPatcher(DownloadedPatch patch)
-
Uses of UndoSupportingPatcher in jetbrains.buildServer.vcs.patches
Classes in jetbrains.buildServer.vcs.patches that implement UndoSupportingPatcher Modifier and Type Class Description class
UnifiedDiffUndoSupportingPatcher
Patcher for unified diff patch format and supports undo patching.
-