Package | Description |
---|---|
org.jenkinsci.plugins.pipeline.modeldefinition.agent |
Modifier and Type | Method and Description |
---|---|
static DeclarativeAgentDescriptor |
DeclarativeAgentDescriptor.byName(String name)
Get the descriptor for a given name or null if not found.
|
Modifier and Type | Method and Description |
---|---|
static hudson.ExtensionList<DeclarativeAgentDescriptor> |
DeclarativeAgentDescriptor.all()
Get all
DeclarativeAgentDescriptor s. |
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.
|
Copyright © 2016–2017. All rights reserved.