Uses of Class
org.eclipse.jgit.api.ResetCommand
-
Packages that use ResetCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of ResetCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return ResetCommand Modifier and Type Method Description ResetCommandResetCommand. addPath(String path)Repository relative path of file or directory to resetResetCommandResetCommand. disableRefLog(boolean disable)Whether to disable reflogResetCommandGit. reset()Return a command object to execute aresetcommandResetCommandResetCommand. setMode(ResetCommand.ResetType mode)Set the reset modeResetCommandResetCommand. setProgressMonitor(ProgressMonitor monitor)The progress monitor associated with the reset operation.ResetCommandResetCommand. setRef(String ref)Set the name of theRefto reset to
-