Uses of Class
jetbrains.buildServer.vcs.patches.diff.apply.AppliedTextPatch.AppliedSplitPatchHunk
-
Packages that use AppliedTextPatch.AppliedSplitPatchHunk Package Description jetbrains.buildServer.vcs.patches.diff.apply -
-
Uses of AppliedTextPatch.AppliedSplitPatchHunk in jetbrains.buildServer.vcs.patches.diff.apply
Methods in jetbrains.buildServer.vcs.patches.diff.apply that return types with arguments of type AppliedTextPatch.AppliedSplitPatchHunk Modifier and Type Method Description List<AppliedTextPatch.AppliedSplitPatchHunk>
GenericPatchApplier. getAppliedInfo()
List<AppliedTextPatch.AppliedSplitPatchHunk>
AppliedTextPatch. getHunks()
Method parameters in jetbrains.buildServer.vcs.patches.diff.apply with type arguments of type AppliedTextPatch.AppliedSplitPatchHunk Modifier and Type Method Description static AppliedTextPatch
AppliedTextPatch. create(List<AppliedTextPatch.AppliedSplitPatchHunk> splitPatchHunkList)
-