Class DescribableHelper.HeterogeneousObjectType
java.lang.Object
org.jenkinsci.plugins.workflow.structs.DescribableHelper.ParameterType
org.jenkinsci.plugins.workflow.structs.DescribableHelper.HeterogeneousObjectType
- Enclosing class:
- DescribableHelper
public static final class DescribableHelper.HeterogeneousObjectType
extends DescribableHelper.ParameterType
A parameter (or array element) which could take any of the indicated concrete object types.
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>
getType()
getTypes()
A map from names which could be passed toDescribableHelper.CLAZZ
to types of allowable nested objects.toString()
Methods inherited from class org.jenkinsci.plugins.workflow.structs.DescribableHelper.ParameterType
getActualType
-
Method Details
-
getType
-
getTypes
A map from names which could be passed toDescribableHelper.CLAZZ
to types of allowable nested objects. -
toString
-