Uses of Class
hudson.plugins.git.BranchSpec

Packages that use BranchSpec
hudson.plugins.git   
 

Uses of BranchSpec in hudson.plugins.git
 

Methods in hudson.plugins.git that return types with arguments of type BranchSpec
static java.util.List<BranchSpec> GitSCM.DescriptorImpl.createBranches(java.lang.String[] branch)
           
 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, boolean clean, boolean wipeOutWorkspace, BuildChooser buildChooser, GitRepositoryBrowser browser, java.lang.String gitTool, boolean authorOrCommitter, java.lang.String relativeTargetDir, java.lang.String excludedRegions, java.lang.String excludedUsers, java.lang.String localBranch)
           
 



Copyright © 2010. All Rights Reserved.