Class HeterogeneousObjectType
java.lang.Object
org.jenkinsci.plugins.structs.describable.ParameterType
org.jenkinsci.plugins.structs.describable.HeterogeneousObjectType
A parameter (or array element) which could take any of the indicated concrete object types.
- Author:
- Jesse Glick, Anderw Bayer
-
Method Summary
Modifier and TypeMethodDescriptionClass<?> getType()getTypes()A map from names which could be passed toDescribableModel.CLAZZto types of allowable nested objects.Methods inherited from class org.jenkinsci.plugins.structs.describable.ParameterType
getActualType, toString
-
Method Details
-
getType
-
getTypes
A map from names which could be passed toDescribableModel.CLAZZto types of allowable nested objects.
-