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 List<BranchSpec> GitSCM.DescriptorImpl.createBranches(String[] branch)
           
 List<BranchSpec> GitSCM.getBranches()
           
 

Constructor parameters in hudson.plugins.git with type arguments of type BranchSpec
GitSCM(List<org.spearce.jgit.transport.RemoteConfig> repositories, List<BranchSpec> branches, PreBuildMergeOptions mergeOptions, boolean doGenerateSubmoduleConfigurations, Collection<SubmoduleConfig> submoduleCfg, boolean clean, boolean wipeOutWorkspace, BuildChooser buildChooser, GitRepositoryBrowser browser, String gitTool, boolean authorOrCommitter, String relativeTargetDir, String excludedRegions, String excludedUsers, String localBranch, boolean recursiveSubmodules, boolean pruneBranches, String gitConfigName, String gitConfigEmail, boolean skipTag)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.