public class VBoxParameterDefinition
extends hudson.model.SimpleParameterDefinition
| Modifier and Type | Class and Description |
|---|---|
static class |
VBoxParameterDefinition.DescriptorImpl |
| Constructor and Description |
|---|
VBoxParameterDefinition(String name,
String description,
String nodeDelimiter) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.ParameterDefinition |
copyWithDefaultValue(hudson.model.ParameterValue defaultValueObj) |
hudson.model.ParameterValue |
createValue(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject jo) |
hudson.model.ParameterValue |
createValue(String value) |
String |
getNodeDelimiter() |
public String getNodeDelimiter()
public hudson.model.ParameterValue createValue(String value)
createValue in class hudson.model.SimpleParameterDefinitionpublic hudson.model.ParameterValue createValue(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject jo)
createValue in class hudson.model.ParameterDefinitionpublic hudson.model.ParameterDefinition copyWithDefaultValue(hudson.model.ParameterValue defaultValueObj)
copyWithDefaultValue in class hudson.model.ParameterDefinitionCopyright © 2004-2013. All Rights Reserved.