| Package | Description |
|---|---|
| org.jenkinsci.plugins.pipeline.modeldefinition.options |
| Modifier and Type | Method and Description |
|---|---|
static DeclarativeOption |
DeclarativeOptionDescriptor.instanceFromDescriptor(DeclarativeOptionDescriptor descriptor,
Map<String,Object> arguments)
For a given descriptor and map of arguments, return an instance using those arguments.
|
static DeclarativeOption |
DeclarativeOptionDescriptor.instanceFromName(String name,
Map<String,Object> arguments)
For a given name and map of arguments, find the corresponding descriptor and return an instance using those arguments.
|
DeclarativeOption |
DeclarativeOptionDescriptor.newInstance(Map<String,Object> arguments)
Creates an instance of the corresponding
DeclarativeOption from the given arguments. |
Copyright © 2016–2017. All rights reserved.