All Classes and Interfaces

Class
Description
A non-functional ParameterDefinition that renders a visual header on the "Build with Parameters" page, clearly marking which parameters were injected by the Multibranch Params plugin.
A ParameterValue that injects nothing into the build environment.
A BranchProperty that injects build parameters into every branch job of a Multibranch Pipeline from the UI, without touching individual Jenkinsfiles.
Jenkins extension descriptor for ParameterizedBranchProperty.
A BranchPropertyStrategy that applies ParameterizedBranchProperty selectively to branches based on a name regex pattern.
Jenkins extension descriptor for ParameterizedBranchPropertyStrategy.
Determines which branches receive the injected parameters.
Controls how the Multibranch Params plugin interacts with parameters that a Jenkinsfile may declare via its own properties([parameters([...])]) block.