Uses of Class
org.eclipse.jgit.api.ResetCommand.ResetType
-
Packages that use ResetCommand.ResetType Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.pgm -
-
Uses of ResetCommand.ResetType in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as ResetCommand.ResetType Modifier and Type Field Description private ResetCommand.ResetType
ResetCommand. mode
Methods in org.eclipse.jgit.api that return ResetCommand.ResetType Modifier and Type Method Description static ResetCommand.ResetType
ResetCommand.ResetType. valueOf(java.lang.String name)
Returns 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.ResetType Modifier and Type Method Description ResetCommand
ResetCommand. 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.ResetType Modifier and Type Method Description private static ResetCommand.ResetType
Reset. selectMode(ResetCommand.ResetType mode, ResetCommand.ResetType want)
Methods in org.eclipse.jgit.pgm with parameters of type ResetCommand.ResetType Modifier and Type Method Description private static ResetCommand.ResetType
Reset. selectMode(ResetCommand.ResetType mode, ResetCommand.ResetType want)
-