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 voidcutSameTail()List<String>getAfterAll()List<String>getContextAfter()List<String>getContextBefore()List<BeforeAfter<List<String>>>getPatchSteps()intgetStartLineAfter()intgetStartLineBefore()booleanisInsertion()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()
-
-