public class OntrackChoiceParameterDefinition extends AbstractOntrackMultipleParameterDefinition
| Modifier and Type | Class and Description |
|---|---|
static class |
OntrackChoiceParameterDefinition.DescriptorImpl |
| Constructor and Description |
|---|
OntrackChoiceParameterDefinition(String name,
String description,
String dsl,
String valueProperty) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.ParameterValue |
createValue(org.kohsuke.stapler.StaplerRequest req) |
hudson.model.ParameterValue |
createValue(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject jo) |
hudson.model.StringParameterValue |
getDefaultParameterValue() |
getChoicesgetDsl, getProperty, getValueProperty, runDSLpublic hudson.model.ParameterValue createValue(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject jo)
createValue in class hudson.model.ParameterDefinitionpublic hudson.model.ParameterValue createValue(org.kohsuke.stapler.StaplerRequest req)
createValue in class hudson.model.ParameterDefinitionpublic hudson.model.StringParameterValue getDefaultParameterValue()
getDefaultParameterValue in class hudson.model.ParameterDefinitionCopyright © 2004-2015. All Rights Reserved.