Uses of Class
hudson.plugins.git.Branch

Packages that use Branch
hudson.plugins.git   
 

Uses of Branch in hudson.plugins.git
 

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

Methods in hudson.plugins.git with parameters of type Branch
 boolean SubmoduleConfig.branchMatchesInterest(Branch br)
           
 

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

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



Copyright © 2004-2011 Hudson. All Rights Reserved.