Uses of Class
hudson.model.ParameterDefinition
Packages that use ParameterDefinition
-
Uses of ParameterDefinition in hudson.model
Subclasses of ParameterDefinition in hudson.modelModifier 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.Fields in hudson.model with type parameters of type ParameterDefinitionModifier and TypeFieldDescriptionstatic final DescriptorList<ParameterDefinition>
ParameterDefinition.LIST
Deprecated.Methods in hudson.model that return ParameterDefinitionModifier 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) Methods in hudson.model that return types with arguments of type ParameterDefinitionModifier and TypeMethodDescriptionParameterDefinition.all()
Returns all the registeredParameterDefinition
descriptors.ParametersDefinitionProperty.getParameterDefinitions()
Constructors in hudson.model with parameters of type ParameterDefinitionModifierConstructorDescriptionParametersDefinitionProperty
(ParameterDefinition... parameterDefinitions) Constructor parameters in hudson.model with type arguments of type ParameterDefinitionModifierConstructorDescriptionprotected
ParameterDescriptor
(Class<? extends ParameterDefinition> klazz) ParametersDefinitionProperty
(List<ParameterDefinition> parameterDefinitions)
all()
for read access, andExtension
for registration.