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 Summary
Fields inherited from class hudson.model.ParameterValue
name
-
Constructor Summary
ConstructorDescriptionPromotedBuildParameterValue
(String name, String runId) PromotedBuildParameterValue
(String name, String runId, String description) -
Method Summary
Methods inherited from class hudson.model.RunParameterValue
buildEnvironment, getJobName, getNumber, getRun, getRunId, getValue, toString
Methods inherited from class hudson.model.ParameterValue
buildEnvVars, buildEnvVars, createBuildWrapper, createVariableResolver, equals, getAssignedLabel, getDefinition, getDescription, getFormattedDescription, getName, hashCode, isSensitive, setDescription
-
Constructor Details
-
PromotedBuildParameterValue
-
PromotedBuildParameterValue
-
-
Method Details
-
getPromotionProcessName
-
setPromotionProcessName
-
getShortDescription
- Overrides:
getShortDescription
in classRunParameterValue
-