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

Packages that use CherryPickCommand
org.eclipse.jgit.api High-level API commands (the porcelain of JGit). 
 

Uses of CherryPickCommand in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api that return CherryPickCommand
 CherryPickCommand Git.cherryPick()
          Returns a command object to execute a cherry-pick command
 CherryPickCommand CherryPickCommand.include(AnyObjectId commit)
           
 CherryPickCommand CherryPickCommand.include(Ref commit)
           
 CherryPickCommand CherryPickCommand.include(String name, AnyObjectId commit)
           
 CherryPickCommand CherryPickCommand.setOurCommitName(String ourCommitName)
           
 



Copyright © 2013. All Rights Reserved.