- get() - Static method in class org.jenkinsci.plugins.structs.SymbolLookup
-
Gets the singleton instance.
- getActualType() - Method in class org.jenkinsci.plugins.structs.describable.ParameterType
-
- getArguments() - Method in class org.jenkinsci.plugins.structs.describable.UninstantiatedDescribable
-
All the nested arguments to this object.
- 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.
- getErasedType() - Method in class org.jenkinsci.plugins.structs.describable.DescribableParameter
-
- getError() - Method in class org.jenkinsci.plugins.structs.describable.ErrorType
-
- getFirstRequiredParameter() - Method in class org.jenkinsci.plugins.structs.describable.DescribableModel
-
If this model has any required parameter, return the first one.
- 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.
- getKlass() - Method in class org.jenkinsci.plugins.structs.describable.UninstantiatedDescribable
-
is an alternative means to specify the class in case there's no symbol.
- getModel() - Method in class org.jenkinsci.plugins.structs.describable.UninstantiatedDescribable
-
Returns the model associated with this object.
- 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.
- getSoleRequiredParameter() - Method in class org.jenkinsci.plugins.structs.describable.DescribableModel
-
If this model has one and only one required parameter, return it.
- getSymbol() - Method in class org.jenkinsci.plugins.structs.describable.UninstantiatedDescribable
-
If this nested describable has a suitable symbol name,
this method returns one.
- getSymbolValue(Object) - Static method in class org.jenkinsci.plugins.structs.SymbolLookup
-
Get the Symbol value(s) for the class of the given object, generally a Descriptor, if the annotation
is present.
- getSymbolValue(Class<?>) - Static method in class org.jenkinsci.plugins.structs.SymbolLookup
-
Get the Symbol value(s) for the given class, if the annotation is present.
- 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
-
- getValues() - Method in class org.jenkinsci.plugins.structs.describable.EnumType
-
A list of enumeration values.