Uses of Class
org.jenkinsci.plugins.structs.describable.DescribableModel
-
Packages that use DescribableModel Package Description org.jenkinsci.plugins.structs.describable -
-
Uses of DescribableModel in org.jenkinsci.plugins.structs.describable
Methods in org.jenkinsci.plugins.structs.describable that return DescribableModel Modifier and Type Method Description DescribableModelUninstantiatedDescribable. getModel()Returns the model associated with this object.DescribableModel<?>HomogeneousObjectType. getSchemaType()The schema representing a type of nested object.static <T> DescribableModel<T>DescribableModel. of(Class<T> clazz)Binds type parameter, preferred means of obtaining a DescribableModel.Methods in org.jenkinsci.plugins.structs.describable that return types with arguments of type DescribableModel Modifier and Type Method Description Map<String,DescribableModel<?>>HeterogeneousObjectType. getTypes()A map from names which could be passed toCLAZZto types of allowable nested objects.Methods in org.jenkinsci.plugins.structs.describable with parameters of type DescribableModel Modifier and Type Method Description voidUninstantiatedDescribable. setModel(DescribableModel model)
-