| Package | Description |
|---|---|
| org.jenkinsci.plugins.pipeline.modeldefinition.agent |
| Modifier and Type | Class and Description |
|---|---|
class |
DeclarativeAgent<A extends DeclarativeAgent<A>>
Implementations for
DeclarativeAgentDescriptor - pluggable agent backends for Declarative Pipelines. |
class |
DeclarativeAgentDescriptor<A extends DeclarativeAgent<A>>
Descriptor for
DeclarativeAgent. |
class |
DeclarativeAgentScript<A extends DeclarativeAgent<A>> |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeclarativeAgent.copyFlags(DeclarativeAgent a) |
Copyright © 2016–2021. All rights reserved.