Class PromotedBuildParameterDefinition

java.lang.Object
hudson.model.ParameterDefinition
hudson.model.SimpleParameterDefinition
hudson.plugins.promoted_builds.parameters.PromotedBuildParameterDefinition
All Implemented Interfaces:
ExtensionPoint, Describable<ParameterDefinition>, Serializable

public class PromotedBuildParameterDefinition extends SimpleParameterDefinition
Defines a parameter that allows the user to select a promoted build from a drop down list.

Remarks on addressing: Starting from TODO, the field also supports folders and the relative addressing (JENKINS-25011). See ItemPathResolver.getByPath(java.lang.String, hudson.model.Item, java.lang.Class) for the documentation.

Author:
Pete Hayes
See Also: