public class TextParameterDefinition extends StringParameterDefinition
StringParameterDefinition that uses textarea, instead of text box.| Modifier and Type | Class and Description |
|---|---|
static class |
TextParameterDefinition.DescriptorImpl |
ParameterDefinition.ParameterDescriptorExtensionPoint.LegacyInstancesAreScopedToHudsonLIST| Constructor and Description |
|---|
TextParameterDefinition(String name,
String defaultValue,
String description) |
| Modifier and Type | Method and Description |
|---|---|
ParameterValue |
createValue(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject jo)
Create a parameter value from a form submission.
|
ParameterValue |
createValue(String value)
Creates a
ParameterValue from the string representation. |
copyWithDefaultValue, getDefaultParameterValue, getDefaultValue, setDefaultValuecreateValue, createValueall, getDescription, getDescriptor, getFormattedDescription, getName, getTypepublic ParameterValue createValue(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject jo)
ParameterDefinitionThis method is invoked when the user fills in the parameter values in the HTML form and submits it to the server.
createValue in class StringParameterDefinitionpublic ParameterValue createValue(String value)
SimpleParameterDefinitionParameterValue from the string representation.createValue in class StringParameterDefinitionCopyright © 2019. All rights reserved.