A B D G I N O R S W 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<A extends DeclarativeAgent<A>> - 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
 
DeclarativeAgentDescriptor<A extends DeclarativeAgent<A>> - Class in org.jenkinsci.plugins.pipeline.modeldefinition.agent
Descriptor for DeclarativeAgent.
DeclarativeAgentDescriptor() - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgentDescriptor
 
DeclarativeAgentScript<A extends DeclarativeAgent<A>> - Class in org.jenkinsci.plugins.pipeline.modeldefinition.agent
 
DeclarativeAgentScript(CpsScript, A) - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgentScript
 
describable - Variable in class org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptScript
 

G

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.withscript.WithScriptDescribable
 
getName() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptDescriptor
The name for this type.
getScript(CpsScript) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptDescribable
ONLY TO BE RUN FROM WITHIN A CPS THREAD.
getScriptClass() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptDescriptor
The full package and class name for the WithScriptScript class corresponding to this.

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.withscript.WithScriptDescriptor
Creates an instance of the corresponding WithScriptDescribable from the given arguments.
newInstance() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptDescriptor
Creates an instance of the corresponding WithScriptDescribable with no arguments.
noRequiredArgsModels() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgentDescriptor
Get the map of the subset of descriptors with no required arguments.

O

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

R

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

S

script - Variable in class org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptScript
 

W

WithScriptDescribable<T extends WithScriptDescribable<T>> - Class in org.jenkinsci.plugins.pipeline.modeldefinition.withscript
Implementations for WithScriptDescriptor - pluggable script backends for Declarative Pipelines.
WithScriptDescribable() - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptDescribable
 
WithScriptDescriptor<T extends WithScriptDescribable<T>> - Class in org.jenkinsci.plugins.pipeline.modeldefinition.withscript
Descriptor for WithScriptDescribable.
WithScriptDescriptor() - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptDescriptor
 
WithScriptScript<T extends WithScriptDescribable<T>> - Class in org.jenkinsci.plugins.pipeline.modeldefinition.withscript
 
WithScriptScript(CpsScript, T) - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptScript
 

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 W Z 

Copyright © 2016–2017. All rights reserved.