Uses of Class
org.eclipse.jgit.api.RevertCommand
Packages that use RevertCommand
-
Uses of RevertCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return RevertCommandModifier and TypeMethodDescriptionRevertCommand.include
(String name, AnyObjectId commit) Include a commit to be revertedRevertCommand.include
(AnyObjectId commit) Include a commit to be revertedInclude aRef
to a commit to be revertedGit.revert()
Return a command object to execute arevert
commandRevertCommand.setOurCommitName
(String ourCommitName) Set the name to be used in the "OURS" place for conflict markersRevertCommand.setProgressMonitor
(ProgressMonitor monitor) The progress monitor associated with the revert operation.RevertCommand.setStrategy
(MergeStrategy strategy) Set the merge strategy to use for this revert command