Skip navigation links
A B D E G H I M N O R S W Z 

A

all() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgentDescriptor
all() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.model.BuildCondition
All the registered BuildConditions.
all() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.options.DeclarativeOptionDescriptor
all() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditionalDescriptor
allNames() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditionalDescriptor
 

B

BuildCondition - Class in org.jenkinsci.plugins.pipeline.modeldefinition.model
Extension point for build conditions.
BuildCondition() - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.model.BuildCondition
 
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.
byName(String) - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.options.DeclarativeOptionDescriptor
Get the descriptor for a given name or null if not found.
byName(String) - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditionalDescriptor
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
 
DeclarativeOption - Class in org.jenkinsci.plugins.pipeline.modeldefinition.options
 
DeclarativeOption() - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.options.DeclarativeOption
 
DeclarativeOptionDescriptor - Class in org.jenkinsci.plugins.pipeline.modeldefinition.options
 
DeclarativeOptionDescriptor() - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.options.DeclarativeOptionDescriptor
 
DeclarativeStageConditional<S extends DeclarativeStageConditional<S>> - Class in org.jenkinsci.plugins.pipeline.modeldefinition.when
Conditionals for when to run a stage.
DeclarativeStageConditional() - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditional
 
DeclarativeStageConditionalDescriptor<S extends DeclarativeStageConditional<S>> - Class in org.jenkinsci.plugins.pipeline.modeldefinition.when
Base descriptor for DeclarativeStageConditional.
DeclarativeStageConditionalDescriptor() - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditionalDescriptor
 
DeclarativeStageConditionalScript<S extends DeclarativeStageConditional<S>> - Class in org.jenkinsci.plugins.pipeline.modeldefinition.when
 
DeclarativeStageConditionalScript(CpsScript, S) - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditionalScript
 
describable - Variable in class org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptScript
 
doCheckout - Variable in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent
 

E

evaluate() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditionalScript
 

G

getAllowedChildrenCount() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditionalDescriptor
How many nested conditions are allowed.
getConditionMethods() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.model.BuildCondition
 
getContextVariable(Class<T>) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditional
 
getDescribableModels() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgentDescriptor
Get a map of name-to-DescribableModel of all known/registered descriptors.
getDescribableModels() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.options.DeclarativeOptionDescriptor
Get a map of name-to-DescribableModel of all known/registered descriptors.
getDescribableModels() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditionalDescriptor
Get a map of name-to-DescribableModel of all known/registered descriptors.
getDescription() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.model.BuildCondition
 
getDescriptor() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.options.DeclarativeOption
 
getDescriptor() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptDescribable
 
getName() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.options.DeclarativeOptionDescriptor
 
getName() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptDescriptor
The name for this type.
getOrderedConditionNames() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.model.BuildCondition
 
getScript(CpsScript) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent
 
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.

H

hasScmContext(CpsScript) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent
 

I

inStage - Variable in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent
 
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.
instanceFromDescriptor(DeclarativeOptionDescriptor, Map<String, Object>) - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.options.DeclarativeOptionDescriptor
For a given descriptor and map of arguments, return an instance using those arguments.
instanceFromDescriptor(DeclarativeStageConditionalDescriptor<?>, Map<String, Object>) - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditionalDescriptor
For a given descriptor and map of arguments, return an instance using those arguments.
instanceFromName(String, Map<String, Object>) - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.options.DeclarativeOptionDescriptor
For a given name and map of arguments, find the corresponding descriptor and return an instance using those arguments.
isDoCheckout() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent
 
isInStage() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent
 

M

meetsCondition(WorkflowRun) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.model.BuildCondition
 
meetsCondition(Object) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.model.BuildCondition
 

N

newInstance(Map<String, Object>) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.options.DeclarativeOptionDescriptor
Creates an instance of the corresponding DeclarativeOption from the given arguments.
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.model - package org.jenkinsci.plugins.pipeline.modeldefinition.model
 
org.jenkinsci.plugins.pipeline.modeldefinition.options - package org.jenkinsci.plugins.pipeline.modeldefinition.options
 
org.jenkinsci.plugins.pipeline.modeldefinition.when - package org.jenkinsci.plugins.pipeline.modeldefinition.when
 
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
 
setDoCheckout(boolean) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent
 
setInStage(boolean) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent
 

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 E G H I M N O R S W Z 
Skip navigation links

Copyright © 2016–2017. All rights reserved.