Class MultiBranchHeaderParameter.MultiBranchHeaderValue

java.lang.Object
hudson.model.ParameterValue
io.jenkins.plugins.multibranchparams.MultiBranchHeaderParameter.MultiBranchHeaderValue
All Implemented Interfaces:
Serializable
Enclosing class:
MultiBranchHeaderParameter

public static final class MultiBranchHeaderParameter.MultiBranchHeaderValue extends ParameterValue
A ParameterValue that injects nothing into the build environment. Never actually stored in a ParametersAction since MultiBranchHeaderParameter.createValue(org.kohsuke.stapler.StaplerRequest2, net.sf.json.JSONObject) returns null.
See Also: