Uses of Class
org.eclipse.jgit.api.CheckoutResult.Status
-
Packages that use CheckoutResult.Status Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of CheckoutResult.Status in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as CheckoutResult.Status Modifier and Type Field Description private CheckoutResult.StatusCheckoutResult. myStatusMethods in org.eclipse.jgit.api that return CheckoutResult.Status Modifier and Type Method Description CheckoutResult.StatusCheckoutResult. getStatus()Get statusstatic CheckoutResult.StatusCheckoutResult.Status. valueOf(java.lang.String name)Returns 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.Constructors in org.eclipse.jgit.api with parameters of type CheckoutResult.Status Constructor Description CheckoutResult(CheckoutResult.Status status, java.util.List<java.lang.String> fileList)Create a new fail result.CheckoutResult(CheckoutResult.Status status, java.util.List<java.lang.String> fileList, java.util.List<java.lang.String> modified, java.util.List<java.lang.String> removed)Create a new fail result.
-