Uses of Class
jetbrains.buildServer.vcs.patches.diff.apply.AppliedTextPatch.HunkStatus
-
Packages that use AppliedTextPatch.HunkStatus Package Description jetbrains.buildServer.vcs.patches.diff.apply -
-
Uses of AppliedTextPatch.HunkStatus in jetbrains.buildServer.vcs.patches.diff.apply
Methods in jetbrains.buildServer.vcs.patches.diff.apply that return AppliedTextPatch.HunkStatus Modifier and Type Method Description AppliedTextPatch.HunkStatusAppliedTextPatch.AppliedSplitPatchHunk. getStatus()static AppliedTextPatch.HunkStatusAppliedTextPatch.HunkStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AppliedTextPatch.HunkStatus[]AppliedTextPatch.HunkStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jetbrains.buildServer.vcs.patches.diff.apply with parameters of type AppliedTextPatch.HunkStatus Constructor Description AppliedSplitPatchHunk(GenericPatchApplier.SplitHunk splitHunk, int startLineApplied, int endLineApplied, AppliedTextPatch.HunkStatus status)
-