Uses of Class
hudson.plugins.git.BranchSpec

Packages that use BranchSpec
hudson.plugins.git   
hudson.plugins.git.util   
 

Uses of BranchSpec in hudson.plugins.git
 

Methods in hudson.plugins.git that return types with arguments of type BranchSpec
 java.util.List<BranchSpec> GitSCM.getBranches()
           
 

Constructor parameters in hudson.plugins.git with type arguments of type BranchSpec
GitSCM(java.util.List<org.spearce.jgit.transport.RemoteConfig> repositories, java.util.List<BranchSpec> branches, PreBuildMergeOptions mergeOptions, boolean doGenerateSubmoduleConfigurations, java.util.Collection<SubmoduleConfig> submoduleCfg, GitWeb browser)
           
 

Uses of BranchSpec in hudson.plugins.git.util
 

Methods in hudson.plugins.git.util that return BranchSpec
static BranchSpec GitUtils.makeSensibleBranchSpec(java.lang.String branchData)
           
 



Copyright © 2009. All Rights Reserved.