Serialized Form
-
Package org.jenkinsci.plugins.structs.describable
-
Class org.jenkinsci.plugins.structs.describable.DescribableModel
class DescribableModel extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
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
class UninstantiatedDescribable extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
arguments
Map<String,
?> arguments -
klass
String klass
-
model
DescribableModel model
-
symbol
String symbol
-
-