Class PromotedBuildParameterValue
java.lang.Object
hudson.model.ParameterValue
hudson.model.RunParameterValue
hudson.plugins.promoted_builds.parameters.PromotedBuildParameterValue
- All Implemented Interfaces:
- Serializable
Represents an instance of a parameter that relates to a specific build that
 met the promotion critera.
- Author:
- Pete Hayes
- See Also:
- 
Field SummaryFields inherited from class hudson.model.ParameterValuename
- 
Constructor SummaryConstructorsConstructorDescriptionPromotedBuildParameterValue(String name, String runId) PromotedBuildParameterValue(String name, String runId, String description) 
- 
Method SummaryMethods inherited from class hudson.model.RunParameterValuebuildEnvironment, getJobName, getNumber, getRun, getRunId, getValue, toStringMethods inherited from class hudson.model.ParameterValuebuildEnvVars, buildEnvVars, createBuildWrapper, createVariableResolver, equals, getAssignedLabel, getDefinition, getDescription, getFormattedDescription, getName, hashCode, isSensitive, setDescription
- 
Constructor Details- 
PromotedBuildParameterValue
- 
PromotedBuildParameterValue
 
- 
- 
Method Details- 
getPromotionProcessName
- 
setPromotionProcessName
- 
getShortDescription- Overrides:
- getShortDescriptionin class- RunParameterValue
 
 
-