Java org.eclipse.jgit.api RevertCommand fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.api RevertCommand fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.api RevertCommand.

The text is from its open source code.

Method

RevCommitcall()

Executes the revert command with all the options and parameters collected by the setter methods (e.g.

MergeResultgetFailingResult()
Get the result of a merge failure
ListgetRevertedRefs()
Get the list of successfully reverted org.eclipse.jgit.lib.Ref 's.
RevertCommandinclude(Ref commit)
Include a Ref to a commit to be reverted
RevertCommandinclude(AnyObjectId commit)
Include a commit to be reverted