Uses of Class
jetbrains.buildServer.vcs.patches.diff.apply.ApplyPatchStatus
-
Packages that use ApplyPatchStatus Package Description jetbrains.buildServer.vcs.patches.diff.apply -
-
Uses of ApplyPatchStatus in jetbrains.buildServer.vcs.patches.diff.apply
Fields in jetbrains.buildServer.vcs.patches.diff.apply declared as ApplyPatchStatus Modifier and Type Field Description ApplyPatchStatusGenericPatchApplier.AppliedPatch. statusMethods in jetbrains.buildServer.vcs.patches.diff.apply that return ApplyPatchStatus Modifier and Type Method Description static ApplyPatchStatusApplyPatchStatus. and(ApplyPatchStatus lhs, ApplyPatchStatus rhs)ApplyPatchStatusGenericPatchApplier. getStatus()static ApplyPatchStatusApplyPatchStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplyPatchStatus[]ApplyPatchStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.vcs.patches.diff.apply with parameters of type ApplyPatchStatus Modifier and Type Method Description static ApplyPatchStatusApplyPatchStatus. and(ApplyPatchStatus lhs, ApplyPatchStatus rhs)Constructors in jetbrains.buildServer.vcs.patches.diff.apply with parameters of type ApplyPatchStatus Constructor Description AppliedPatch(byte[] result, ApplyPatchStatus status)
-