public class JobParameterDefinition extends SimpleParameterDefinition
Modifier and Type | Class and Description |
---|---|
static class |
JobParameterDefinition.DescriptorImpl |
ParameterDefinition.ParameterDescriptor
ExtensionPoint.LegacyInstancesAreScopedToHudson
LIST
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, createValue
all, 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)
ParameterDefinition
This method is invoked when the user fills in the parameter values in the HTML form and submits it to the server.
createValue
in class ParameterDefinition
public ParameterValue createValue(String value)
SimpleParameterDefinition
ParameterValue
from the string representation.createValue
in class SimpleParameterDefinition
Copyright © 2014. All rights reserved.