Uses of Enum Class
org.eclipse.jgit.api.CherryPickResult.CherryPickStatus
Packages that use CherryPickResult.CherryPickStatus
-
Uses of CherryPickResult.CherryPickStatus in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as CherryPickResult.CherryPickStatusModifier and TypeFieldDescriptionprivate final CherryPickResult.CherryPickStatus
CherryPickResult.status
Methods in org.eclipse.jgit.api that return CherryPickResult.CherryPickStatusModifier and TypeMethodDescriptionCherryPickResult.getStatus()
Get statusReturns the enum constant of this class with the specified name.static CherryPickResult.CherryPickStatus[]
CherryPickResult.CherryPickStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.jgit.api with parameters of type CherryPickResult.CherryPickStatus