Uses of Class
org.eclipse.jgit.api.RevertCommand

Packages that use RevertCommand
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
 RevertCommand RevertCommand.include(AnyObjectId commit)
           
 RevertCommand RevertCommand.include(Ref commit)
           
 RevertCommand RevertCommand.include(String name, AnyObjectId commit)
           
 RevertCommand Git.revert()
          Returns a command object to execute a revert command
 RevertCommand RevertCommand.setOurCommitName(String ourCommitName)
           
 



Copyright © 2013. All Rights Reserved.