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.SimpleParameterDefinition
public hudson.model.ParameterValue createValue(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject jo)
createValue
in class hudson.model.ParameterDefinition
public hudson.model.ParameterDefinition copyWithDefaultValue(hudson.model.ParameterValue defaultValueObj)
copyWithDefaultValue
in class hudson.model.ParameterDefinition
Copyright © 2004-2013. All Rights Reserved.