Uses of Class
jetbrains.buildServer.vcs.patches.diff.PatchHunk
-
Packages that use PatchHunk Package Description jetbrains.buildServer.vcs.patches.diff jetbrains.buildServer.vcs.patches.diff.apply -
-
Uses of PatchHunk in jetbrains.buildServer.vcs.patches.diff
Methods in jetbrains.buildServer.vcs.patches.diff that return types with arguments of type PatchHunk Modifier and Type Method Description List<PatchHunk>
TextFilePatch. getHunks()
Methods in jetbrains.buildServer.vcs.patches.diff with parameters of type PatchHunk Modifier and Type Method Description void
TextFilePatch. addHunk(PatchHunk hunk)
-
Uses of PatchHunk in jetbrains.buildServer.vcs.patches.diff.apply
Methods in jetbrains.buildServer.vcs.patches.diff.apply with parameters of type PatchHunk Modifier and Type Method Description static List<GenericPatchApplier.SplitHunk>
GenericPatchApplier.SplitHunk. read(PatchHunk hunk)
Method parameters in jetbrains.buildServer.vcs.patches.diff.apply with type arguments of type PatchHunk Modifier and Type Method Description static GenericPatchApplier.AppliedPatch
GenericPatchApplier. apply(File file, List<PatchHunk> hunks)
static String
PlainSimplePatchApplier. apply(CharSequence text, List<PatchHunk> hunks)
Constructor parameters in jetbrains.buildServer.vcs.patches.diff.apply with type arguments of type PatchHunk Constructor Description GenericPatchApplier(CharSequence text, List<PatchHunk> hunks)
-