Class BuildParameter

java.lang.Object
org.jenkinsci.plugins.buildwithparameters.BuildParameter

public class BuildParameter extends Object
  • Constructor Details

    • BuildParameter

      public BuildParameter(String name, String description)
  • Method Details

    • isDefaultPasswordPlaceholder

      public static boolean isDefaultPasswordPlaceholder(String candidate)
    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getValue

      public String getValue()
    • setValue

      public void setValue(ParameterValue parameterValue)
    • getType

      public BuildParameterType getType()
    • setType

      public void setType(BuildParameterType type)
    • getChoices

      public List<String> getChoices()
    • setChoices

      public void setChoices(List<String> choices)