Class BuildParameter
- java.lang.Object
-
- org.jenkinsci.plugins.buildwithparameters.BuildParameter
-
public class BuildParameter extends Object
-
-
Constructor Summary
Constructors Constructor Description BuildParameter(String name, String description)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getChoices()StringgetDescription()StringgetName()BuildParameterTypegetType()StringgetValue()static booleanisDefaultPasswordPlaceholder(String candidate)voidsetChoices(List<String> choices)voidsetType(BuildParameterType type)voidsetValue(ParameterValue parameterValue)
-
-
-
Method Detail
-
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)
-
-