Uses of Enum
org.eclipse.jgit.api.CheckoutCommand.Stage
Packages that use CheckoutCommand.Stage
-
Uses of CheckoutCommand.Stage in org.eclipse.jgit.api
Subclasses with type arguments of type CheckoutCommand.Stage in org.eclipse.jgit.apiModifier and TypeClassDescriptionstatic enumStage to check out, seeCheckoutCommand.setStage(Stage).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 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.