A C D E F G H I O P S T U 

A

ArrayType - Class in org.jenkinsci.plugins.structs.describable
 
AtomicType - Class in org.jenkinsci.plugins.structs.describable
 

C

CLAZZ - Static variable in class org.jenkinsci.plugins.structs.describable.DescribableModel
 

D

DescribableModel<T> - Class in org.jenkinsci.plugins.structs.describable
Introspects a Describable with DataBoundConstructor and DataBoundSetter.
DescribableModel(Class<T>) - Constructor for class org.jenkinsci.plugins.structs.describable.DescribableModel
Loads a definition of the structure of a class: what kind of data you might get back from DescribableModel.uninstantiate(T) on an instance, or might want to pass to DescribableModel.instantiate(Map).
DescribableParameter - Class in org.jenkinsci.plugins.structs.describable
A property of DescribableModel

E

EnumType - Class in org.jenkinsci.plugins.structs.describable
 
ErrorType - Class in org.jenkinsci.plugins.structs.describable
 

F

find(Class<T>, String) - Method in class org.jenkinsci.plugins.structs.SymbolLookup
 

G

get() - Static method in class org.jenkinsci.plugins.structs.SymbolLookup
Gets the singleton instance.
getActualType() - Method in class org.jenkinsci.plugins.structs.describable.ParameterType
 
getCapitalizedName() - Method in class org.jenkinsci.plugins.structs.describable.DescribableParameter
 
getDisplayName() - Method in class org.jenkinsci.plugins.structs.describable.DescribableModel
Corresponds to Descriptor.getDisplayName() where available.
getElementType() - Method in class org.jenkinsci.plugins.structs.describable.ArrayType
The element type of the array or list.
getError() - Method in class org.jenkinsci.plugins.structs.describable.ErrorType
 
getHelp() - Method in class org.jenkinsci.plugins.structs.describable.DescribableModel
Loads help defined for this object as a whole
getHelp() - Method in class org.jenkinsci.plugins.structs.describable.DescribableParameter
Loads help defined for this parameter.
getName() - Method in class org.jenkinsci.plugins.structs.describable.DescribableParameter
 
getParameter(String) - Method in class org.jenkinsci.plugins.structs.describable.DescribableModel
 
getParameters() - Method in class org.jenkinsci.plugins.structs.describable.DescribableModel
A map from parameter names to types.
getRawType() - Method in class org.jenkinsci.plugins.structs.describable.DescribableParameter
The type of this parameter, possibly with generics.
getSchemaType() - Method in class org.jenkinsci.plugins.structs.describable.HomogeneousObjectType
The schema representing a type of nested object.
getType() - Method in class org.jenkinsci.plugins.structs.describable.AtomicType
 
getType() - Method in class org.jenkinsci.plugins.structs.describable.DescribableModel
A concrete class, usually Describable.
getType() - Method in class org.jenkinsci.plugins.structs.describable.DescribableParameter
Classification of the type of this parameter.
getType() - Method in class org.jenkinsci.plugins.structs.describable.EnumType
 
getType() - Method in class org.jenkinsci.plugins.structs.describable.HeterogeneousObjectType
 
getType() - Method in class org.jenkinsci.plugins.structs.describable.HomogeneousObjectType
 
getTypes() - Method in class org.jenkinsci.plugins.structs.describable.HeterogeneousObjectType
A map from names which could be passed to DescribableModel.CLAZZ to types of allowable nested objects.
getValues() - Method in class org.jenkinsci.plugins.structs.describable.EnumType
A list of enumeration values.

H

HeterogeneousObjectType - Class in org.jenkinsci.plugins.structs.describable
A parameter (or array element) which could take any of the indicated concrete object types.
HomogeneousObjectType - Class in org.jenkinsci.plugins.structs.describable
 

I

instantiate(Map<String, ?>) - Method in class org.jenkinsci.plugins.structs.describable.DescribableModel
Creates an instance of a class via DataBoundConstructor and DataBoundSetter.
isDeprecated() - Method in class org.jenkinsci.plugins.structs.describable.DescribableParameter
True if this parameter is deprecated.
isRequired() - Method in class org.jenkinsci.plugins.structs.describable.DescribableParameter
True if this parameter is required.

O

org.jenkinsci.plugins.structs - package org.jenkinsci.plugins.structs
 
org.jenkinsci.plugins.structs.describable - package org.jenkinsci.plugins.structs.describable
 

P

ParameterType - Class in org.jenkinsci.plugins.structs.describable
A type of a parameter to a class.

S

SymbolLookup - Class in org.jenkinsci.plugins.structs
Finds symbol by its name.
SymbolLookup() - Constructor for class org.jenkinsci.plugins.structs.SymbolLookup
 

T

toString() - Method in class org.jenkinsci.plugins.structs.describable.DescribableModel
 
toString() - Method in class org.jenkinsci.plugins.structs.describable.DescribableParameter
 
toString() - Method in class org.jenkinsci.plugins.structs.describable.ParameterType
 

U

uninstantiate(T) - Method in class org.jenkinsci.plugins.structs.describable.DescribableModel
Computes arguments suitable to pass to DescribableModel.instantiate(java.util.Map<java.lang.String, ?>) to reconstruct this object.
uninstantiate_(Object) - Static method in class org.jenkinsci.plugins.structs.describable.DescribableModel
In case if you just need to uninstantiate one object and be done with it.
A C D E F G H I O P S T U 

Copyright © 2016. All rights reserved.