Uses of Class
org.eclipse.jgit.api.RevertCommand
-
Packages that use RevertCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of RevertCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return RevertCommand Modifier and Type Method Description RevertCommand
RevertCommand. include(java.lang.String name, AnyObjectId commit)
RevertCommand
RevertCommand. include(AnyObjectId commit)
RevertCommand
RevertCommand. include(Ref commit)
RevertCommand
Git. revert()
Returns a command object to execute arevert
commandRevertCommand
RevertCommand. setOurCommitName(java.lang.String ourCommitName)
RevertCommand
RevertCommand. setStrategy(MergeStrategy strategy)
-