Uses of Class
org.eclipse.jgit.api.CreateBranchCommand.SetupUpstreamMode

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

Uses of CreateBranchCommand.SetupUpstreamMode in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api that return CreateBranchCommand.SetupUpstreamMode
static CreateBranchCommand.SetupUpstreamMode CreateBranchCommand.SetupUpstreamMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CreateBranchCommand.SetupUpstreamMode[] CreateBranchCommand.SetupUpstreamMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.jgit.api with parameters of type CreateBranchCommand.SetupUpstreamMode
 CheckoutCommand CheckoutCommand.setUpstreamMode(CreateBranchCommand.SetupUpstreamMode mode)
          When creating a branch with CheckoutCommand.setCreateBranch(boolean), this can be used to configure branch tracking.
 CreateBranchCommand CreateBranchCommand.setUpstreamMode(CreateBranchCommand.SetupUpstreamMode mode)
           
 



Copyright © 2013. All Rights Reserved.