| Modifier and Type | Field and Description |
|---|---|
protected DeclarativeAgent |
DeclarativeAgentScript.declarativeAgent |
| Modifier and Type | Method and Description |
|---|---|
static DeclarativeAgent |
DeclarativeAgentDescriptor.instanceForDescriptor(DeclarativeAgentDescriptor descriptor,
Map<String,Object> arguments)
For a given descriptor and map of arguments, return an instance using those arguments.
|
static DeclarativeAgent |
DeclarativeAgentDescriptor.instanceForName(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.
|
DeclarativeAgent |
DeclarativeAgentDescriptor.newInstance()
Creates an instance of the corresponding
DeclarativeAgent with no arguments. |
DeclarativeAgent |
DeclarativeAgentDescriptor.newInstance(Map<String,Object> arguments)
Creates an instance of the corresponding
DeclarativeAgent from the given arguments. |
| Constructor and Description |
|---|
DeclarativeAgentScript(org.jenkinsci.plugins.workflow.cps.CpsScript s,
DeclarativeAgent a) |
Copyright © 2016. All rights reserved.