Uses of Class
org.jenkinsci.plugins.workflow.structs.DescribableHelper.Schema
Packages that use DescribableHelper.Schema
-
Uses of DescribableHelper.Schema in org.jenkinsci.plugins.workflow.structs
Methods in org.jenkinsci.plugins.workflow.structs that return DescribableHelper.SchemaModifier and TypeMethodDescriptionDescribableHelper.HomogeneousObjectType.getSchemaType()The schema representing a type of nested object.static DescribableHelper.SchemaDeprecated.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, ?>).Methods in org.jenkinsci.plugins.workflow.structs that return types with arguments of type DescribableHelper.SchemaModifier and TypeMethodDescriptionDescribableHelper.HeterogeneousObjectType.getTypes()A map from names which could be passed toDescribableHelper.CLAZZto types of allowable nested objects.