Uses of Class
org.jenkinsci.plugins.workflow.structs.DescribableHelper.Schema
-
Uses of DescribableHelper.Schema in org.jenkinsci.plugins.workflow.structs
Modifier and TypeMethodDescriptionDescribableHelper.HomogeneousObjectType.getSchemaType()
The schema representing a type of nested object.static DescribableHelper.Schema
Deprecated.Loads a definition of the structure of a class: what kind of data you might get back fromDescribableHelper.uninstantiate(java.lang.Object)
on an instance, or might want to pass toDescribableHelper.instantiate(java.lang.Class<? extends T>, java.util.Map<java.lang.String, ?>)
.Modifier and TypeMethodDescriptionDescribableHelper.HeterogeneousObjectType.getTypes()
A map from names which could be passed toDescribableHelper.CLAZZ
to types of allowable nested objects.