Serialized Form
-
Package org.jenkinsci.plugins.structs.describable
-
Class org.jenkinsci.plugins.structs.describable.DescribableModel extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
private Object writeReplace()
-
-
Serialized Fields
-
constructor
Constructor<T> constructor
Data-bound constructor. -
constructorParamNames
String[] constructorParamNames
Name of the parameters of theDescribableModel.constructor
-
parameters
Map<String,DescribableParameter> parameters
-
parametersView
Map<String,DescribableParameter> parametersView
Read only view toDescribableModel.parameters
-
type
Class<T> type
Type that this model represents.
-
-
Class org.jenkinsci.plugins.structs.describable.UninstantiatedDescribable extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
arguments
Map<String,?> arguments
-
klass
String klass
-
model
DescribableModel model
-
symbol
String symbol
-
-