Uses of Enum Class
org.eclipse.jgit.api.CheckoutResult.Status
Packages that use CheckoutResult.Status
-
Uses of CheckoutResult.Status in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as CheckoutResult.StatusMethods in org.eclipse.jgit.api that return CheckoutResult.StatusModifier and TypeMethodDescriptionCheckoutResult.getStatus()
Get statusstatic CheckoutResult.Status
Returns the enum constant of this class with the specified name.static CheckoutResult.Status[]
CheckoutResult.Status.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 CheckoutResult.StatusModifierConstructorDescription(package private)
CheckoutResult
(CheckoutResult.Status status, List<String> fileList) Create a new fail result.(package private)
CheckoutResult
(CheckoutResult.Status status, List<String> fileList, List<String> modified, List<String> removed) Create a new fail result.