Class GenericPatchApplier.SplitHunk
- java.lang.Object
-
- jetbrains.buildServer.vcs.patches.diff.apply.GenericPatchApplier.SplitHunk
-
- Enclosing class:
- GenericPatchApplier
public static class GenericPatchApplier.SplitHunk extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cutSameTail()
List<String>
getAfterAll()
List<String>
getContextAfter()
List<String>
getContextBefore()
List<BeforeAfter<List<String>>>
getPatchSteps()
int
getStartLineAfter()
int
getStartLineBefore()
boolean
isInsertion()
static List<GenericPatchApplier.SplitHunk>
read(PatchHunk hunk)
-
-
-
Method Detail
-
cutSameTail
public void cutSameTail()
-
read
public static List<GenericPatchApplier.SplitHunk> read(PatchHunk hunk)
-
isInsertion
public boolean isInsertion()
-
getStartLineBefore
public int getStartLineBefore()
-
getStartLineAfter
public int getStartLineAfter()
-
getPatchSteps
@NotNull public List<BeforeAfter<List<String>>> getPatchSteps()
-
-