Class PromotedBuildParameterValue

java.lang.Object
hudson.model.ParameterValue
hudson.model.RunParameterValue
hudson.plugins.promoted_builds.parameters.PromotedBuildParameterValue
All Implemented Interfaces:
Serializable

public class PromotedBuildParameterValue extends RunParameterValue
Represents an instance of a parameter that relates to a specific build that met the promotion critera.
Author:
Pete Hayes
See Also:
  • Constructor Details

    • PromotedBuildParameterValue

      @DataBoundConstructor public PromotedBuildParameterValue(String name, String runId, String description)
    • PromotedBuildParameterValue

      public PromotedBuildParameterValue(String name, String runId)
  • Method Details

    • getPromotionProcessName

      public String getPromotionProcessName()
    • setPromotionProcessName

      public void setPromotionProcessName(String promotionProcessName)
    • getShortDescription

      public String getShortDescription()
      Overrides:
      getShortDescription in class RunParameterValue