Uses of Class
jetbrains.buildServer.vcs.patches.diff.apply.GenericPatchApplier.SplitHunk
-
Packages that use GenericPatchApplier.SplitHunk Package Description jetbrains.buildServer.vcs.patches.diff.apply -
-
Uses of GenericPatchApplier.SplitHunk in jetbrains.buildServer.vcs.patches.diff.apply
Methods in jetbrains.buildServer.vcs.patches.diff.apply that return types with arguments of type GenericPatchApplier.SplitHunk Modifier and Type Method Description static List<GenericPatchApplier.SplitHunk>
GenericPatchApplier.SplitHunk. read(PatchHunk hunk)
Methods in jetbrains.buildServer.vcs.patches.diff.apply with parameters of type GenericPatchApplier.SplitHunk Modifier and Type Method Description void
GenericPatchApplier. putCutIntoTransformations(TextRange range, GenericPatchApplier.SplitHunk splitHunk, GenericPatchApplier.MyAppliedData value, IntPair contextOffsetInPatchSteps)
Constructors in jetbrains.buildServer.vcs.patches.diff.apply with parameters of type GenericPatchApplier.SplitHunk Constructor Description AppliedSplitPatchHunk(GenericPatchApplier.SplitHunk splitHunk, int startLineApplied, int endLineApplied, AppliedTextPatch.HunkStatus status)
LongTryMismatchSolver(GenericPatchApplier.SplitHunk hunk)
-