public class JobParameterDefinition extends SimpleParameterDefinition
| Modifier and Type | Class and Description |
|---|---|
static class |
JobParameterDefinition.DescriptorImpl |
ParameterDefinition.ParameterDescriptorExtensionPoint.LegacyInstancesAreScopedToHudsonLIST| Constructor and Description |
|---|
JobParameterDefinition(String name) |
| 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. |
createValue, createValueall, copyWithDefaultValue, getDefaultParameterValue, getDescription, getDescriptor, getFormattedDescription, getName, getType@DataBoundConstructor public JobParameterDefinition(String name)
public 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 ParameterDefinitionpublic ParameterValue createValue(String value)
SimpleParameterDefinitionParameterValue from the string representation.createValue in class SimpleParameterDefinitionCopyright © 2019. All rights reserved.