Uses of Class
hudson.model.ParameterDefinition
Packages that use ParameterDefinition
-
Uses of ParameterDefinition in hudson.model
Subclasses of ParameterDefinition in hudson.modelModifier and TypeClassDescriptionclassParameterDefinitionthat is either 'true' or 'false'.classclassParameterDefinitionfor doing file upload.classParameter whose value is aSecretand is hidden from the UI.classclassConvenient base class forParameterDefinitionwhose value can be represented in a context-independent single string token.classParameter whose value is a string value.classStringParameterDefinitionthat uses textarea, instead of text box.Fields in hudson.model with type parameters of type ParameterDefinitionModifier and TypeFieldDescriptionstatic final DescriptorList<ParameterDefinition> ParameterDefinition.LISTDeprecated.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 theParameterDefinitionof 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 registeredParameterDefinitiondescriptors.ParametersDefinitionProperty.getParameterDefinitions()Constructors in hudson.model with parameters of type ParameterDefinitionModifierConstructorDescriptionParametersDefinitionProperty(ParameterDefinition... parameterDefinitions) Constructor parameters in hudson.model with type arguments of type ParameterDefinitionModifierConstructorDescriptionprotectedParameterDescriptor(Class<? extends ParameterDefinition> klazz) ParametersDefinitionProperty(List<ParameterDefinition> parameterDefinitions)
all()for read access, andExtensionfor registration.