A B C D E F G H I M N O R S T V W Z 
All Classes All Packages

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.model.CredentialsBindingHandler
 
all() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.options.DeclarativeOptionDescriptor
all() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.parser.StepRuntimeTransformerContributor
all() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
all() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditionalDescriptor
allInvisible() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditionalDescriptor
 
allNames() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditionalDescriptor
 
allSorted() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgentDescriptor
Get all DeclarativeAgentDescriptors, sorted by name.
argMapForCondition(InvisibleGlobalWhenCondition) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.GlobalStageConditionalDescriptor
Generates a map of strings to objects which GlobalStageConditionalDescriptor.transformToRuntimeAST(ModelASTWhenContent) will use for instantiating the GlobalStageConditional for this descriptor.

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.when.DeclarativeStageConditionalDescriptor
Get the descriptor for a given name or null if not found.

C

canUseInStage() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.options.DeclarativeOptionDescriptor
If true, this option can be used in stages and is relevant there.
ChangeLogStrategy - Class in org.jenkinsci.plugins.pipeline.modeldefinition.when
Extension point for what strategy to use when examining the changelog.
ChangeLogStrategy() - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.when.ChangeLogStrategy
 
CheckoutScriptAllowlist() - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent.CheckoutScriptAllowlist
 
combineResults(WorkflowRun) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.model.BuildCondition
Deprecated.
combineResults(WorkflowRun, Throwable) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.model.BuildCondition
Deprecated.
combineResults(WorkflowRun, Throwable, Object) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.model.BuildCondition
 
CommonUtils - Class in org.jenkinsci.plugins.pipeline.modeldefinition
 
CommonUtils() - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.CommonUtils
 
copyFlags(DeclarativeAgent) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent
 
copyMapReplacingEntry(Map<String, ?>, String, String, Class<T>, Function<T, Object>) - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.CommonUtils
Copy a map, replacing the entry with the specified key if it matches the specified type.
CredentialsBindingHandler<C extends com.cloudbees.plugins.credentials.common.StandardCredentials> - Class in org.jenkinsci.plugins.pipeline.modeldefinition.model
Simplified Binding handler for use in environment {}
CredentialsBindingHandler() - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.model.CredentialsBindingHandler
 
CredentialsBindingHandler.EnvVarResolver - Class in org.jenkinsci.plugins.pipeline.modeldefinition.model
 

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
 
DeclarativeAgent.CheckoutScriptAllowlist - Class in org.jenkinsci.plugins.pipeline.modeldefinition.agent
 
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
 
DeclarativeValidatorContributor - Class in org.jenkinsci.plugins.pipeline.modeldefinition.validator
Extension point for contributing additional ModelASTElement validation checks to ModelValidator runs.
DeclarativeValidatorContributor() - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
describable - Variable in class org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptScript
 
doCheckout - Variable in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent
 

E

EnvVarResolver() - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.model.CredentialsBindingHandler.EnvVarResolver
 
EnvVarResolver(String) - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.model.CredentialsBindingHandler.EnvVarResolver
 
evaluate() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditionalScript
 
evaluate() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.GlobalStageConditionalScript
 

F

findPossiblyUnfinishedEndNodeForCurrentStage(String) - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.CommonUtils
 
findPossiblyUnfinishedEndNodeForCurrentStage(String, FlowExecution) - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.CommonUtils
 
forCredential(StandardCredentials) - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.model.CredentialsBindingHandler
 
forGenerator() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditionalDescriptor
 
forId(String, Run) - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.model.CredentialsBindingHandler
 

G

getAllowedChildrenCount() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditionalDescriptor
How many nested conditions are allowed.
getChildren() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditional
 
getCombinedResult(WorkflowRun, Throwable) - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.model.BuildCondition
Deprecated.
getCombinedResult(WorkflowRun, Throwable, Object) - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.model.BuildCondition
 
getConditionMethods() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.model.BuildCondition
 
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.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.agent.DeclarativeAgent
 
getDescriptor() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.options.DeclarativeOption
 
getDescriptor() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditional
 
getDescriptor() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.GlobalStageConditional
 
getDescriptor() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptDescribable
 
getExecutionResult(WorkflowRun) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.model.BuildCondition
 
getFlowExecutionResult(WorkflowRun) - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.model.BuildCondition
 
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
 
getRetries() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.RetryableDeclarativeAgent
 
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.
getSubdirectory() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent
 
getWithCredentialsParameters(String) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.model.CredentialsBindingHandler
 
GlobalStageConditional<S extends GlobalStageConditional<S>> - Class in org.jenkinsci.plugins.pipeline.modeldefinition.when
Globally defined conditionals which are checked for all stages in all builds of all jobs.
GlobalStageConditional() - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.when.GlobalStageConditional
 
GlobalStageConditionalDescriptor<S extends GlobalStageConditional<S>> - Class in org.jenkinsci.plugins.pipeline.modeldefinition.when
Base descriptor for GlobalStageConditional
GlobalStageConditionalDescriptor() - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.when.GlobalStageConditionalDescriptor
 
GlobalStageConditionalScript<S extends GlobalStageConditional<S>> - Class in org.jenkinsci.plugins.pipeline.modeldefinition.when
 
GlobalStageConditionalScript(CpsScript, S) - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.when.GlobalStageConditionalScript
 

H

handleBranch(ModelASTBranch) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.parser.StepRuntimeTransformerContributor
Construct the new BlockStatement for the given branch.
handleBuildCondition(ModelASTBuildCondition, ClosureExpression) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.parser.StepRuntimeTransformerContributor
Construct the new ClosureExpression for the given build condition.
handles(StandardCredentials) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.model.CredentialsBindingHandler
 
handles(Class<? extends StandardCredentials>) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.model.CredentialsBindingHandler
 
handleStage(ModelASTStage, ClosureExpression) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.parser.StepRuntimeTransformerContributor
Construct the new ClosureExpression for the given stage.
handleStep(ModelASTStep, MethodCallExpression) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.parser.StepRuntimeTransformerContributor
Call StepRuntimeTransformerContributor.transformStep(ModelASTStep, MethodCallExpression) if appropriate, after handling any nested steps as well.
hasScmContext(CpsScript) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent
 

I

inDirectiveGenerator() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditionalDescriptor
Whether this conditional can be rendered in the Directive Generator.
initialize(Map<String, DeclarativeOption>, boolean) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent
 
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.
instantiateDescribable(Class<T>, Map<String, ?>) - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.CommonUtils
 
isAllowed(String) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent.CheckoutScriptAllowlist
 
isAllowed(String) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptDescriptor.WithScriptAllowlist
 
isDoCheckout() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent
 
isExamineAllBuilds(SCMHead) - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.ChangeLogStrategy
 
isInStage() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent
 
isInvisible() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditionalDescriptor
Whether this conditional is an invisible global conditional.
isInvisible() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.GlobalStageConditionalDescriptor
 
isOptional() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
Implementations default to not optional.
isSomewhereWithinStage(FlowNode) - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.CommonUtils
This will return true for flow nodes in *child* stages, not just the immediate enclosing stage.
isStageOnly() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.options.DeclarativeOptionDescriptor
If true, this option can *only* be used in stages.
isStageWithOptionalName() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.CommonUtils
 
isStageWithOptionalName(String) - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.CommonUtils
 

M

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

N

newInstance() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptDescriptor
Creates an instance of the corresponding WithScriptDescribable with no 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.
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 - package org.jenkinsci.plugins.pipeline.modeldefinition
 
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.parser - package org.jenkinsci.plugins.pipeline.modeldefinition.parser
 
org.jenkinsci.plugins.pipeline.modeldefinition.validator - package org.jenkinsci.plugins.pipeline.modeldefinition.validator
 
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

resolve(String) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.model.CredentialsBindingHandler.EnvVarResolver
 
RetryableDeclarativeAgent<A extends RetryableDeclarativeAgent<A>> - Class in org.jenkinsci.plugins.pipeline.modeldefinition.agent
A type of agent option that supports automatic retries.
RetryableDeclarativeAgent() - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.agent.RetryableDeclarativeAgent
 
reuseRootAgent(Map<String, DeclarativeOption>) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent
 
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
 
setRetries(int) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.RetryableDeclarativeAgent
 
setSubdirectory(String) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent
 
shouldExamineAllBuilds(SCMHead) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.ChangeLogStrategy
 
StepRuntimeTransformerContributor - Class in org.jenkinsci.plugins.pipeline.modeldefinition.parser
 
StepRuntimeTransformerContributor() - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.parser.StepRuntimeTransformerContributor
 
subdirectory - Variable in class org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent
 
supportedTypeNames() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.model.CredentialsBindingHandler
 
supportedTypes() - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.model.CredentialsBindingHandler
 

T

transformBuildCondition(ModelASTBuildCondition, ClosureExpression) - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.parser.StepRuntimeTransformerContributor
Apply step transformation to the given build condition for all StepRuntimeTransformerContributors.
transformStage(ModelASTStage, ClosureExpression) - Static method in class org.jenkinsci.plugins.pipeline.modeldefinition.parser.StepRuntimeTransformerContributor
Apply step transformation to the given stage for all StepRuntimeTransformerContributors.
transformStep(ModelASTStep, MethodCallExpression) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.parser.StepRuntimeTransformerContributor
 
transformToRuntimeAST(ModelASTWhenContent) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditionalDescriptor
 
transformToRuntimeAST(ModelASTWhenContent) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.when.GlobalStageConditionalDescriptor
 
type() - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.model.CredentialsBindingHandler
 

V

validateElement(ModelASTAgent, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElement(ModelASTBranch, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElement(ModelASTBuildCondition, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElement(ModelASTBuildConditionsContainer, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElement(ModelASTBuildParameter, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElement(ModelASTBuildParameters, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElement(ModelASTElement, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
Fallback for any unknown element type.
validateElement(ModelASTEnvironment, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElement(ModelASTInternalFunctionCall, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElement(ModelASTLibraries, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElement(ModelASTMethodCall, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElement(ModelASTOption, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElement(ModelASTOptions, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElement(ModelASTPipelineDef, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElement(ModelASTPostBuild, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElement(ModelASTPostStage, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElement(ModelASTStage, boolean, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElement(ModelASTStages, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElement(ModelASTStep, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElement(ModelASTTools, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElement(ModelASTTrigger, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElement(ModelASTTriggers, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElement(ModelASTValue, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElement(ModelASTWhenCondition, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElement(ModelASTWhen, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElementAll(ModelASTAgent, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElementAll(ModelASTBranch, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElementAll(ModelASTBuildCondition, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElementAll(ModelASTBuildConditionsContainer, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElementAll(ModelASTBuildParameter, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElementAll(ModelASTBuildParameters, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElementAll(ModelASTElement, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElementAll(ModelASTEnvironment, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElementAll(ModelASTInternalFunctionCall, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElementAll(ModelASTLibraries, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElementAll(ModelASTMethodCall, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElementAll(ModelASTOption, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElementAll(ModelASTOptions, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElementAll(ModelASTPipelineDef, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElementAll(ModelASTPostBuild, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElementAll(ModelASTPostStage, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElementAll(ModelASTStage, boolean, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElementAll(ModelASTStages, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElementAll(ModelASTStep, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElementAll(ModelASTTools, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElementAll(ModelASTTrigger, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElementAll(ModelASTTriggers, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElementAll(ModelASTValue, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElementAll(ModelASTWhenCondition, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 
validateElementAll(ModelASTWhen, FlowExecution) - Method in class org.jenkinsci.plugins.pipeline.modeldefinition.validator.DeclarativeValidatorContributor
 

W

WithScriptAllowlist() - Constructor for class org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptDescriptor.WithScriptAllowlist
 
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
 
WithScriptDescriptor.WithScriptAllowlist - Class in org.jenkinsci.plugins.pipeline.modeldefinition.withscript
 
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 C D E F G H I M N O R S T V W Z 
All Classes All Packages