Uses of Enum
org.eclipse.jgit.api.CherryPickResult.CherryPickStatus
Packages that use CherryPickResult.CherryPickStatus
-
Uses of CherryPickResult.CherryPickStatus in org.eclipse.jgit.api
Subclasses with type arguments of type CherryPickResult.CherryPickStatus in org.eclipse.jgit.apiModifier and TypeClassDescriptionstatic enumThe cherry-pick statusMethods in org.eclipse.jgit.api that return CherryPickResult.CherryPickStatusModifier and TypeMethodDescriptionCherryPickResult.getStatus()Get statusReturns the enum constant of this type with the specified name.static CherryPickResult.CherryPickStatus[]CherryPickResult.CherryPickStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.