Method and Description |
---|
jenkins.branch.MultiBranchProjectFactory.createProject(ItemGroup<?>, String, List<? extends SCMSource>, Map<String, Object>, TaskListener) |
jenkins.branch.BranchProperty.decorator(AbstractProject)
Should have been typed to take
Project and Build rather than
AbstractProject and AbstractBuild . |
jenkins.branch.BranchProperty.decorator(Class)
Should have been typed to take
Project and Build rather than
AbstractProject and AbstractBuild . |
jenkins.branch.MultiBranchProject.getBranch(String)
use
MultiBranchProject.getItem(String) or AbstractFolder.getJob(String) directly |
Constructor and Description |
---|
jenkins.branch.BranchSource(SCMSource, BranchPropertyStrategy) |
Copyright © 2016–2017. All rights reserved.