| Class and Description |
|---|
| jenkins.branch.NoTriggerBranchProperty
Replaced by a named branch build strategy in the
basic-branch-build-strategies plugin. |
| jenkins.branch.NoTriggerOrganizationFolderProperty
Replaced by a named branch build strategy in the
basic-branch-build-strategies plugin. |
| jenkins.branch.OverrideIndexTriggersJobProperty
Replaced by a named branch build strategy in the
basic-branch-build-strategies plugin. |
| 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 |
| jenkins.branch.BranchBuildStrategy.isAutomaticBuild(SCMSource, SCMHead) |
| jenkins.branch.BranchBuildStrategy.isAutomaticBuild(SCMSource, SCMHead, SCMRevision) |
| jenkins.branch.BranchBuildStrategy.isAutomaticBuild(SCMSource, SCMHead, SCMRevision, SCMRevision) |
| jenkins.branch.BranchBuildStrategy.isAutomaticBuild(SCMSource, SCMHead, SCMRevision, SCMRevision, TaskListener) |
| Constructor and Description |
|---|
| jenkins.branch.BranchSource(SCMSource, BranchPropertyStrategy) |
| jenkins.branch.RateLimitBranchProperty(int, String) |
Copyright © 2016–2019. All rights reserved.