Uses of Enum
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.Stage
Returns the enum constant of this type with the specified name.static CheckoutCommand.Stage[]
CheckoutCommand.Stage.values()
Returns an array containing the constants of this enum type, 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.