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 RevertCommandRevertCommand. include(String name, AnyObjectId commit)RevertCommandRevertCommand. include(AnyObjectId commit)RevertCommandRevertCommand. include(Ref commit)RevertCommandGit. revert()Returns a command object to execute arevertcommandRevertCommandRevertCommand. setOurCommitName(String ourCommitName)RevertCommandRevertCommand. setStrategy(MergeStrategy strategy)
-