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 UndoSupportingPatcherFSPatcherFactoryImpl. createUndoSupportingPatcher(DownloadedPatch patch)UndoSupportingPatcherPatcherFactory. 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 classUnifiedDiffUndoSupportingPatcherPatcher for unified diff patch format and supports undo patching.
-