public class PersistentChoiceParameterDefinition
extends hudson.model.SimpleParameterDefinition
| Modifier and Type | Class and Description |
|---|---|
static class |
PersistentChoiceParameterDefinition.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static String |
CHOICES_DELIMETER |
| Constructor and Description |
|---|
PersistentChoiceParameterDefinition(String name,
String choices,
boolean successfulOnly,
String description) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
areValidChoices(String choices) |
hudson.model.ParameterDefinition |
copyWithDefaultValue(hudson.model.ParameterValue defaultValue) |
hudson.model.ParameterValue |
createValue(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject jo) |
hudson.model.StringParameterValue |
createValue(String value) |
List<String> |
getChoices() |
String |
getChoicesText() |
hudson.model.StringParameterValue |
getDefaultParameterValue() |
boolean |
isSuccessfulOnly() |
public static final String CHOICES_DELIMETER
public static boolean areValidChoices(String choices)
public hudson.model.ParameterDefinition copyWithDefaultValue(hudson.model.ParameterValue defaultValue)
copyWithDefaultValue in class hudson.model.ParameterDefinitionpublic String getChoicesText()
public boolean isSuccessfulOnly()
public hudson.model.StringParameterValue getDefaultParameterValue()
getDefaultParameterValue in class hudson.model.ParameterDefinitionpublic hudson.model.ParameterValue createValue(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject jo)
createValue in class hudson.model.ParameterDefinitionpublic hudson.model.StringParameterValue createValue(String value)
createValue in class hudson.model.SimpleParameterDefinitionCopyright © 2004-2020. All Rights Reserved.