Uses of Class
org.jenkinsci.plugins.structs.describable.ParameterType
-
Packages that use ParameterType Package Description org.jenkinsci.plugins.structs.describable -
-
Uses of ParameterType in org.jenkinsci.plugins.structs.describable
Subclasses of ParameterType in org.jenkinsci.plugins.structs.describable Modifier and Type Class Description classArrayTypeclassAtomicTypeclassEnumTypeclassErrorTypeclassHeterogeneousObjectTypeA parameter (or array element) which could take any of the indicated concrete object types.classHomogeneousObjectTypeMethods in org.jenkinsci.plugins.structs.describable that return ParameterType Modifier and Type Method Description ParameterTypeArrayType. getElementType()The element type of the array or list.ParameterTypeDescribableParameter. getType()Classification of the type of this parameter.
-