Uses of Class
hudson.model.ParameterDefinition
-
Uses of ParameterDefinition in hudson.model
Modifier and TypeClassDescriptionclass
ParameterDefinition
that is either 'true' or 'false'.class
class
ParameterDefinition
for doing file upload.class
Parameter whose value is aSecret
and is hidden from the UI.class
class
Convenient base class forParameterDefinition
whose value can be represented in a context-independent single string token.class
Parameter whose value is a string value.class
StringParameterDefinition
that uses textarea, instead of text box.Modifier and TypeFieldDescriptionstatic final DescriptorList<ParameterDefinition>
ParameterDefinition.LIST
Deprecated.Modifier and TypeMethodDescriptionBooleanParameterDefinition.copyWithDefaultValue
(ParameterValue defaultValue) ChoiceParameterDefinition.copyWithDefaultValue
(ParameterValue defaultValue) ParameterDefinition.copyWithDefaultValue
(ParameterValue defaultValue) Create a new instance of this parameter definition and use the passed parameter value as the default value.PasswordParameterDefinition.copyWithDefaultValue
(ParameterValue defaultValue) RunParameterDefinition.copyWithDefaultValue
(ParameterValue defaultValue) StringParameterDefinition.copyWithDefaultValue
(ParameterValue defaultValue) ParameterValue.getDefinition()
Deprecated.since 2008-09-20.ParametersDefinitionProperty.getParameterDefinition
(String name) Gets theParameterDefinition
of the given name, if any.ChoiceParameterDefinition.DescriptorImpl.newInstance
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) RunParameterDefinition.DescriptorImpl.newInstance
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) Modifier and TypeMethodDescriptionParameterDefinition.all()
Returns all the registeredParameterDefinition
descriptors.ParametersDefinitionProperty.getParameterDefinitions()
ModifierConstructorDescriptionParametersDefinitionProperty
(ParameterDefinition... parameterDefinitions) ModifierConstructorDescriptionprotected
ParameterDescriptor
(Class<? extends ParameterDefinition> klazz) ParametersDefinitionProperty
(List<ParameterDefinition> parameterDefinitions)
all()
for read access, andExtension
for registration.