public class OntrackSingleParameterDefinition extends AbstractOntrackParameterDefinition
| Modifier and Type | Class and Description |
|---|---|
static class |
OntrackSingleParameterDefinition.DescriptorImpl |
| Constructor and Description |
|---|
OntrackSingleParameterDefinition(String name,
String description,
String dsl,
String valueProperty) |
| Modifier and Type | Method and Description |
|---|---|
protected hudson.model.ParameterValue |
createValue() |
hudson.model.ParameterValue |
createValue(org.kohsuke.stapler.StaplerRequest req)
No input is expected for this computation.
|
hudson.model.ParameterValue |
createValue(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject jo)
No input is expected for this computation.
|
hudson.model.ParameterValue |
getDefaultParameterValue() |
getDsl, 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.ParameterDefinitionprotected hudson.model.ParameterValue createValue()
public hudson.model.ParameterValue getDefaultParameterValue()
getDefaultParameterValue in class hudson.model.ParameterDefinitionCopyright © 2004-2015. All Rights Reserved.