Interface UndoSupportingPatcher
-
- All Superinterfaces:
Patcher
- All Known Implementing Classes:
UnifiedDiffUndoSupportingPatcher
public interface UndoSupportingPatcher extends Patcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Patcher
createUndoPatcher()
boolean
needUndoAfterPatchFail()
Do we need to undo patcher changes in case of applying patch fail.-
Methods inherited from interface jetbrains.buildServer.vcs.patches.Patcher
applyPatch, close, interrupt
-
-
-
-
Method Detail
-
createUndoPatcher
@NotNull Patcher createUndoPatcher() throws IOException
- Throws:
IOException
-
needUndoAfterPatchFail
boolean needUndoAfterPatchFail()
Do we need to undo patcher changes in case of applying patch fail.- Since:
- 2019.2
-
-