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 ApplyPatchStatus
GenericPatchApplier.AppliedPatch. status
Methods in jetbrains.buildServer.vcs.patches.diff.apply that return ApplyPatchStatus Modifier and Type Method Description static ApplyPatchStatus
ApplyPatchStatus. and(ApplyPatchStatus lhs, ApplyPatchStatus rhs)
ApplyPatchStatus
GenericPatchApplier. getStatus()
static ApplyPatchStatus
ApplyPatchStatus. 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 ApplyPatchStatus
ApplyPatchStatus. 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)
-