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
 java.util.List<Branch> BranchSpec.filterMatchingBranches(java.util.Collection<Branch> branches)
           
 java.util.List<Branch> GitAPI.getBranches()
           
 java.util.Collection<Branch> Revision.getBranches()
           
 java.util.List<Branch> IGitAPI.getBranches()
           
 java.util.List<Branch> GitAPI.getBranchesContaining(java.lang.String revspec)
           
 java.util.List<Branch> IGitAPI.getBranchesContaining(java.lang.String revspec)
           
 java.util.List<Branch> GitAPI.getRemoteBranches()
           
 java.util.List<Branch> IGitAPI.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
 java.util.List<Branch> BranchSpec.filterMatchingBranches(java.util.Collection<Branch> branches)
           
 void Revision.setBranches(java.util.Collection<Branch> branches)
           
 

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



Copyright © 2009. All Rights Reserved.