Class 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:
    Serialized Form
    • Constructor Detail

      • PromotedBuildParameterValue

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

        public PromotedBuildParameterValue​(String name,
                                           String runId)
    • Method Detail

      • getPromotionProcessName

        public String getPromotionProcessName()
      • setPromotionProcessName

        public void setPromotionProcessName​(String promotionProcessName)