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

Packages that use MergeCommand
org.eclipse.jgit.api   
 

Uses of MergeCommand in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api that return MergeCommand
 MergeCommand MergeCommand.include(AnyObjectId commit)
           
 MergeCommand MergeCommand.include(Ref commit)
           
 MergeCommand MergeCommand.include(String name, AnyObjectId commit)
           
 MergeCommand Git.merge()
          Returns a command object to execute a Merge command
 MergeCommand MergeCommand.setSquash(boolean squash)
          If true, will prepare the next commit in working tree and index as if a real merge happened, but do not make the commit or move the HEAD.
 MergeCommand MergeCommand.setStrategy(MergeStrategy mergeStrategy)
           
 



Copyright © 2012. All Rights Reserved.