Uses of Enum
org.eclipse.jgit.api.ResetCommand.ResetType
Packages that use ResetCommand.ResetType
Package
Description
High-level API commands (the porcelain of JGit).
-
Uses of ResetCommand.ResetType in org.eclipse.jgit.api
Subclasses with type arguments of type ResetCommand.ResetType in org.eclipse.jgit.apiFields in org.eclipse.jgit.api declared as ResetCommand.ResetTypeMethods in org.eclipse.jgit.api that return ResetCommand.ResetTypeModifier and TypeMethodDescriptionstatic ResetCommand.ResetTypeReturns the enum constant of this type with the specified name.static ResetCommand.ResetType[]ResetCommand.ResetType.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 ResetCommand.ResetTypeModifier and TypeMethodDescriptionResetCommand.setMode(ResetCommand.ResetType mode) Set the reset mode -
Uses of ResetCommand.ResetType in org.eclipse.jgit.pgm
Methods in org.eclipse.jgit.pgm that return ResetCommand.ResetTypeModifier and TypeMethodDescriptionprivate static ResetCommand.ResetTypeReset.selectMode(ResetCommand.ResetType mode, ResetCommand.ResetType want) Methods in org.eclipse.jgit.pgm with parameters of type ResetCommand.ResetTypeModifier and TypeMethodDescriptionprivate static ResetCommand.ResetTypeReset.selectMode(ResetCommand.ResetType mode, ResetCommand.ResetType want)