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)Include a commit to be revertedRevertCommandRevertCommand. include(AnyObjectId commit)Include a commit to be revertedRevertCommandRevertCommand. include(Ref commit)Include aRefto a commit to be revertedRevertCommandGit. revert()Return a command object to execute arevertcommandRevertCommandRevertCommand. setOurCommitName(String ourCommitName)Set the name to be used in the "OURS" place for conflict markersRevertCommandRevertCommand. setProgressMonitor(ProgressMonitor monitor)The progress monitor associated with the revert operation.RevertCommandRevertCommand. setStrategy(MergeStrategy strategy)Set the merge strategy to use for this revert command
-