A B D G I N O R S Z 

A

all() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgentDescriptor

B

byName(String) - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgentDescriptor
Get the descriptor for a given name or null if not found.

D

DeclarativeAgent - Class in org.jenkinsci.plugins.pipeline.modeldefinition.agent
Implementations for DeclarativeAgentDescriptor - pluggable agent backends for Declarative Pipelines.
DeclarativeAgent() - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent
 
declarativeAgent - Variable in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgentScript
 
DeclarativeAgentDescriptor - Class in org.jenkinsci.plugins.pipeline.modeldefinition.agent
Descriptor for DeclarativeAgent.
DeclarativeAgentDescriptor() - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgentDescriptor
 
DeclarativeAgentScript - Class in org.jenkinsci.plugins.pipeline.modeldefinition.agent
 
DeclarativeAgentScript(CpsScript, DeclarativeAgent) - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgentScript
 

G

getDeclarativeAgentScriptClass() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgentDescriptor
The full package and class name for the DeclarativeAgentScript class corresponding to this.
getDescribableModels() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgentDescriptor
Get a map of name-to-DescribableModel of all known/registered descriptors.
getDescriptor() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent
 
getName() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgentDescriptor
The name for this agent type.
getScript(CpsScript) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent
ONLY TO BE RUN FROM WITHIN A CPS THREAD.

I

instanceForDescriptor(DeclarativeAgentDescriptor, Map<String, Object>) - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgentDescriptor
For a given descriptor and map of arguments, return an instance using those arguments.
instanceForName(String, Map<String, Object>) - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgentDescriptor
For a given name and map of arguments, find the corresponding descriptor and return an instance using those arguments.

N

newInstance(Map<String, Object>) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgentDescriptor
Creates an instance of the corresponding DeclarativeAgent from the given arguments.
newInstance() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgentDescriptor
Creates an instance of the corresponding DeclarativeAgent with no arguments.

O

org.jenkinsci.plugins.pipeline.modeldefinition.agent - package org.jenkinsci.plugins.pipeline.modeldefinition.agent
 

R

run(Closure) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgentScript
 

S

script - Variable in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgentScript
 

Z

zeroArgModels() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgentDescriptor
Get the map of the subset of descriptors with no additional arguments - i.e., "none" and "any".
A B D G I N O R S Z 

Copyright © 2016. All rights reserved.