Uses of Class
org.jenkinsci.plugins.workflow.structs.DescribableHelper.ParameterType
-
Packages that use DescribableHelper.ParameterType Package Description org.jenkinsci.plugins.workflow.structs -
-
Uses of DescribableHelper.ParameterType in org.jenkinsci.plugins.workflow.structs
Subclasses of DescribableHelper.ParameterType in org.jenkinsci.plugins.workflow.structs Modifier and Type Class Description static class
DescribableHelper.ArrayType
Deprecated.static class
DescribableHelper.AtomicType
Deprecated.static class
DescribableHelper.EnumType
Deprecated.static class
DescribableHelper.ErrorType
Deprecated.static class
DescribableHelper.HeterogeneousObjectType
Deprecated.A parameter (or array element) which could take any of the indicated concrete object types.static class
DescribableHelper.HomogeneousObjectType
Deprecated.Methods in org.jenkinsci.plugins.workflow.structs that return DescribableHelper.ParameterType Modifier and Type Method Description DescribableHelper.ParameterType
DescribableHelper.ArrayType. getElementType()
The element type of the array or list.Methods in org.jenkinsci.plugins.workflow.structs that return types with arguments of type DescribableHelper.ParameterType Modifier and Type Method Description Map<String,DescribableHelper.ParameterType>
DescribableHelper.Schema. parameters()
A map from parameter names to types.
-