Uses of Class
hudson.plugins.git.Branch

Packages that use Branch
hudson.plugins.git   
org.jenkinsci.plugins.gitclient   
 

Uses of Branch in hudson.plugins.git
 

Methods in hudson.plugins.git that return types with arguments of type Branch
 Collection<Branch> Revision.getBranches()
           
 Set<Branch> GitAPI.getBranches()
          Deprecated.  
 List<Branch> IGitAPI.getBranchesContaining(String revspec)
          Deprecated.  
 List<Branch> GitAPI.getBranchesContaining(String revspec)
          Deprecated. 
 Set<Branch> GitAPI.getRemoteBranches()
          Deprecated.  
 

Method parameters in hudson.plugins.git with type arguments of type Branch
 void Revision.setBranches(Collection<Branch> branches)
           
 

Constructor parameters in hudson.plugins.git with type arguments of type Branch
Revision(org.eclipse.jgit.lib.ObjectId sha1, Collection<Branch> branches)
           
 

Uses of Branch in org.jenkinsci.plugins.gitclient
 

Methods in org.jenkinsci.plugins.gitclient that return types with arguments of type Branch
 Set<Branch> JGitAPIImpl.getBranches()
           
 Set<Branch> GitClient.getBranches()
           
 Set<Branch> CliGitAPIImpl.getBranches()
           
 Set<Branch> JGitAPIImpl.getRemoteBranches()
           
 Set<Branch> GitClient.getRemoteBranches()
           
 Set<Branch> CliGitAPIImpl.getRemoteBranches()
           
 



Copyright © 2004-2013. All Rights Reserved.