| Package | Description |
|---|---|
| org.jenkinsci.plugins.structs.describable |
| Modifier and Type | Method and Description |
|---|---|
default UninstantiatedDescribable |
CustomDescribableModel.customUninstantiate(UninstantiatedDescribable ud)
Permits customization of the behavior of
DescribableModel.uninstantiate2(Object). |
static UninstantiatedDescribable |
UninstantiatedDescribable.from(Object o) |
static UninstantiatedDescribable |
DescribableModel.uninstantiate2_(Object o)
In case if you just need to uninstantiate one object and be done with it.
|
UninstantiatedDescribable |
DescribableModel.uninstantiate2(T o)
Disects a given instance into
UninstantiatedDescribable that you can re-instantiate
via instantiate(). |
UninstantiatedDescribable |
UninstantiatedDescribable.withArguments(Map<String,?> arguments)
Makes a copy of this struct with an alternate argument map.
|
| Modifier and Type | Method and Description |
|---|---|
default UninstantiatedDescribable |
CustomDescribableModel.customUninstantiate(UninstantiatedDescribable ud)
Permits customization of the behavior of
DescribableModel.uninstantiate2(Object). |
Copyright © 2016–2021. All rights reserved.