Package io.jenkins.plugins.multibranchparams
package io.jenkins.plugins.multibranchparams
-
ClassDescriptionA non-functional
ParameterDefinitionthat renders a visual header on the "Build with Parameters" page, clearly marking which parameters were injected by the Multibranch Params plugin.Descriptor forMultiBranchHeaderParameter.AParameterValuethat injects nothing into the build environment.ABranchPropertythat injects build parameters into every branch job of a Multibranch Pipeline from the UI, without touching individual Jenkinsfiles.Jenkins extension descriptor forParameterizedBranchProperty.ABranchPropertyStrategythat appliesParameterizedBranchPropertyselectively to branches based on a name regex pattern.Jenkins extension descriptor forParameterizedBranchPropertyStrategy.Determines which branches receive the injected parameters.Controls how the Multibranch Params plugin interacts with parameters that a Jenkinsfile may declare via its ownproperties([parameters([...])])block.