public class BuildParameter extends Object
| Constructor and Description |
|---|
BuildParameter(String name,
String description) |
| Modifier and Type | Method and 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(hudson.model.ParameterValue parameterValue) |
public static boolean isDefaultPasswordPlaceholder(String candidate)
public String getName()
public String getDescription()
public String getValue()
public void setValue(hudson.model.ParameterValue parameterValue)
public BuildParameterType getType()
public void setType(BuildParameterType type)
Copyright © 2004-2014. All Rights Reserved.