Uses of Enum
org.eclipse.jgit.api.CheckoutResult.Status
Packages that use CheckoutResult.Status
-
Uses of CheckoutResult.Status in org.eclipse.jgit.api
Subclasses with type arguments of type CheckoutResult.Status in org.eclipse.jgit.apiMethods in org.eclipse.jgit.api that return CheckoutResult.StatusModifier and TypeMethodDescriptionCheckoutResult.getStatus()Get statusstatic CheckoutResult.StatusReturns the enum constant of this type with the specified name.static CheckoutResult.Status[]CheckoutResult.Status.values()Returns an array containing the constants of this enum type, in the order they are declared.