Class AppliedTextPatch.AppliedSplitPatchHunk
- java.lang.Object
-
- jetbrains.buildServer.vcs.patches.diff.apply.AppliedTextPatch.AppliedSplitPatchHunk
-
- Enclosing class:
- AppliedTextPatch
public static class AppliedTextPatch.AppliedSplitPatchHunk extends Object
-
-
Constructor Summary
Constructors Constructor Description AppliedSplitPatchHunk(GenericPatchApplier.SplitHunk splitHunk, int startLineApplied, int endLineApplied, AppliedTextPatch.HunkStatus status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LineRange
getAppliedTo()
List<String>
getContextAfter()
List<String>
getContextBefore()
List<String>
getDeletedLines()
List<String>
getInsertedLines()
LineRange
getLineRangeAfter()
LineRange
getLineRangeBefore()
AppliedTextPatch.HunkStatus
getStatus()
-
-
-
Constructor Detail
-
AppliedSplitPatchHunk
public AppliedSplitPatchHunk(@NotNull GenericPatchApplier.SplitHunk splitHunk, int startLineApplied, int endLineApplied, @NotNull AppliedTextPatch.HunkStatus status)
-
-
Method Detail
-
getAppliedTo
public LineRange getAppliedTo()
-
getLineRangeBefore
@NotNull public LineRange getLineRangeBefore()
-
getLineRangeAfter
@NotNull public LineRange getLineRangeAfter()
-
getStatus
@NotNull public AppliedTextPatch.HunkStatus getStatus()
-
-