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()
String
getDescription()
String
getName()
BuildParameterType
getType()
String
getValue()
static boolean
isDefaultPasswordPlaceholder(String candidate)
void
setChoices(List<String> choices)
void
setType(BuildParameterType type)
void
setValue(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)
-
-