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 statusFields in org.eclipse.jgit.api declared as CherryPickResult.CherryPickStatusModifier and TypeFieldDescriptionprivate final CherryPickResult.CherryPickStatusCherryPickResult.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.Constructors in org.eclipse.jgit.api with parameters of type CherryPickResult.CherryPickStatus