Uses of Enum Class
org.eclipse.jgit.api.CheckoutCommand.Stage
Packages that use CheckoutCommand.Stage
-
Uses of CheckoutCommand.Stage in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as CheckoutCommand.StageMethods in org.eclipse.jgit.api that return CheckoutCommand.StageModifier and TypeMethodDescriptionstatic CheckoutCommand.StageReturns the enum constant of this class with the specified name.static CheckoutCommand.Stage[]CheckoutCommand.Stage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jgit.api with parameters of type CheckoutCommand.StageModifier and TypeMethodDescriptionCheckoutCommand.setStage(CheckoutCommand.Stage stage) When checking out the index, check out the specified stage (ours or theirs) for unmerged paths.