Index

$ A B C D E F G H I J K L M N O P R S T U V W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

$

$build() - Method in class org.jenkinsci.plugins.workflow.cps.CpsScript
 
$buildNoException() - Method in class org.jenkinsci.plugins.workflow.cps.CpsScript
 

A

ACTION_URL - Static variable in class org.jenkinsci.plugins.workflow.cps.Snippetizer
 
addContents(Container) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.PipelineInternalCalls
 
addContents(Container) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.PipelineTimings
 
addContents(Container) - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadDumpAction.PipelineThreadDump
 
addListener(GraphListener) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
addThread(Continuable, FlowHead, ContextVariableSet) - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadGroup
 
afterStepExecutionsResumed() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
all() - Static method in class org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator
 
all() - Static method in class org.jenkinsci.plugins.workflow.cps.GroovySourceFileAllowlist
 
ALL - Static variable in class org.jenkinsci.plugins.workflow.cps.GlobalVariable
ANYWHERE - Enum constant in enum org.jenkinsci.plugins.workflow.cps.persistence.PersistenceContext
A class is a "handle" that can be serialized by anyone into a small object (via Java serialization or XStream), and upon deserialization it reconnects itself with other states persisted elsewhere.
approve - Variable in class org.jenkinsci.plugins.workflow.cps.replay.ReplayPipelineCommand
 
approveScript(String, ReplayAction) - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayPipelineCommand
 
ArgumentsActionImpl - Class in org.jenkinsci.plugins.workflow.cps.actions
Implements ArgumentsAction by storing step arguments, with sanitization.
ArgumentsActionImpl(Map<String, Object>) - Constructor for class org.jenkinsci.plugins.workflow.cps.actions.ArgumentsActionImpl
Create a step, sanitizing strings for secured content
ArgumentsActionImpl(Map<String, Object>, EnvVars, Set<String>) - Constructor for class org.jenkinsci.plugins.workflow.cps.actions.ArgumentsActionImpl
 
asJSON() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowDefinitionValidator.CheckStatus
 

B

Binder() - Constructor for class org.jenkinsci.plugins.workflow.cps.EnvActionImpl.Binder
 
blocksRestart() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
See JENKINS-22941 for why this exists.
byName(String, Run<?, ?>) - Static method in class org.jenkinsci.plugins.workflow.cps.GlobalVariable
Finds a particular variable by name.

C

canConvert(Class) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.ConverterImpl
 
canResume() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
If true, we are allowed to resume the build because resume is enabled AND we shut down cleanly.
CheckStatus(String, String) - Constructor for class org.jenkinsci.plugins.workflow.cps.CpsFlowDefinitionValidator.CheckStatus
 
closures - Variable in class org.jenkinsci.plugins.workflow.cps.CpsThreadGroup
"Exported" closures that are referenced by live CpsStepContexts.
compareTo(Snippetizer.QuasiDescriptor) - Method in class org.jenkinsci.plugins.workflow.cps.Snippetizer.QuasiDescriptor
 
configureCompiler(CpsFlowExecution, CompilerConfiguration) - Method in class org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator
Called with CompilerConfiguration to provide opportunity to tweak the runtime environment further.
configureShell(CpsFlowExecution, GroovyShell) - Method in class org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator
Called with a configured GroovyShell to further tweak its behaviours.
ConverterImpl(XStream) - Constructor for class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.ConverterImpl
 
Copier() - Constructor for class org.jenkinsci.plugins.workflow.cps.EnvActionImpl.Copier
 
copy(Run<?, ?>, Run<?, ?>, TaskListener) - Method in class org.jenkinsci.plugins.workflow.cps.EnvActionImpl.Copier
 
CpsBodyInvoker - Class in org.jenkinsci.plugins.workflow.cps
Builder pattern for accumulating configuration for executing the body.
CpsClosure2 - Class in org.jenkinsci.plugins.workflow.cps
CpsClosure that intercepts the sleep call so that it gets handled via SleepStep, instead of DefaultGroovyStaticMethods.sleep(Object, long) that Groovy adds to Object.
CpsClosure2(Object, Object, List<String>, Block, Env) - Constructor for class org.jenkinsci.plugins.workflow.cps.CpsClosure2
 
CpsCompilationErrorsException - Exception in org.jenkinsci.plugins.workflow.cps
An exception that replaces Groovy's MultipleCompilationErrorsException, because that is not serializable (which would, under certain circumstances, lead to the user being presented with a NotSerializableException instead of a compilation error -- see JENKINS-40109).
CpsCompilationErrorsException(MultipleCompilationErrorsException) - Constructor for exception org.jenkinsci.plugins.workflow.cps.CpsCompilationErrorsException
 
CPSConfiguration - Class in org.jenkinsci.plugins.workflow.cps.config
Deprecated.
This class has been deprecated and its only configuration value is ignored. Do not rely on it or use it in any way. In order to force using the system sandbox for pipelines, please use ScriptApproval.isForceSandbox() or ScriptApproval.isForceSandboxForCurrentUser()
CPSConfiguration() - Constructor for class org.jenkinsci.plugins.workflow.cps.config.CPSConfiguration
Deprecated.
 
CpsFlowDefinition - Class in org.jenkinsci.plugins.workflow.cps
 
CpsFlowDefinition(String) - Constructor for class org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition
Deprecated.
CpsFlowDefinition(String, boolean) - Constructor for class org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition
 
CpsFlowDefinition.DescriptorImpl - Class in org.jenkinsci.plugins.workflow.cps
 
CpsFlowDefinitionValidator - Class in org.jenkinsci.plugins.workflow.cps
 
CpsFlowDefinitionValidator.CheckStatus - Class in org.jenkinsci.plugins.workflow.cps
 
CpsFlowExecution - Class in org.jenkinsci.plugins.workflow.cps
FlowExecution implemented with Groovy CPS.
CpsFlowExecution(String, boolean, FlowExecutionOwner) - Constructor for class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
CpsFlowExecution(String, boolean, FlowExecutionOwner, FlowDurabilityHint) - Constructor for class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
CpsFlowExecution(String, FlowExecutionOwner) - Constructor for class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
Deprecated.
CpsFlowExecution.ConverterImpl - Class in org.jenkinsci.plugins.workflow.cps
 
CpsFlowExecution.PipelineInternalCalls - Class in org.jenkinsci.plugins.workflow.cps
 
CpsFlowExecution.PipelineTimings - Class in org.jenkinsci.plugins.workflow.cps
 
CpsFlowFactoryAction - Interface in org.jenkinsci.plugins.workflow.cps
Deprecated.
CpsFlowFactoryAction2 - Interface in org.jenkinsci.plugins.workflow.cps
Action that can be passed to FlowDefinition.create(FlowExecutionOwner, List) that can take over the instantiation of CpsFlowExecution.
CpsScmFlowDefinition - Class in org.jenkinsci.plugins.workflow.cps
 
CpsScmFlowDefinition(SCM, String) - Constructor for class org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition
 
CpsScmFlowDefinition.DescriptorImpl - Class in org.jenkinsci.plugins.workflow.cps
 
CpsScript - Class in org.jenkinsci.plugins.workflow.cps
The script of a workflow.
CpsScript() - Constructor for class org.jenkinsci.plugins.workflow.cps.CpsScript
Default constructor for CpsFlowExecution.
CpsStepContext - Class in org.jenkinsci.plugins.workflow.cps
StepContext implementation for CPS.
CpsThread - Class in org.jenkinsci.plugins.workflow.cps
Represents a Continuable that is either runnable or suspended (that waits for an external event.)
CpsThreadDump - Class in org.jenkinsci.plugins.workflow.cps
Immutable snapshot of a state of CpsThreadGroup.
CpsThreadDump.ThreadInfo - Class in org.jenkinsci.plugins.workflow.cps
 
CpsThreadDumpAction - Class in org.jenkinsci.plugins.workflow.cps
Shows thread dump for CpsFlowExecution.
CpsThreadDumpAction.PipelineThreadDump - Class in org.jenkinsci.plugins.workflow.cps
 
CpsThreadGroup - Class in org.jenkinsci.plugins.workflow.cps
List of CpsThreads that form a single CpsFlowExecution.
CpsVmThreadOnly - Annotation Type in org.jenkinsci.plugins.workflow.cps
Indicates that the method is only meant to be called by a thread that runs CpsThreadGroup.runner
create(CpsFlowDefinition, FlowExecutionOwner, List<? extends Action>) - Method in interface org.jenkinsci.plugins.workflow.cps.CpsFlowFactoryAction
Deprecated.
 
create(FlowDefinition, FlowExecutionOwner, List<? extends Action>) - Method in interface org.jenkinsci.plugins.workflow.cps.CpsFlowFactoryAction2
 
create(FlowExecutionOwner, Action...) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition
 
create(FlowExecutionOwner, TaskListener, List<? extends Action>) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition
 
create(FlowExecutionOwner, TaskListener, List<? extends Action>) - Method in class org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition
 
createFor(Job) - Method in class org.jenkinsci.plugins.workflow.cps.Snippetizer.PerJobAdder
 
createFor(Run) - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayAction.Factory
 
createFor(FlowExecutionOwner.Executable) - Method in class org.jenkinsci.plugins.workflow.cps.RunningFlowActions
 
current() - Static method in class org.jenkinsci.plugins.workflow.cps.CpsThread
While CpsThreadGroup executes, this method returns CpsThread that's running.
customizeImports(CpsFlowExecution, ImportCustomizer) - Method in class org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator
Called with ImportCustomizer to auto-import more packages, etc.

D

DefaultAllowlist() - Constructor for class org.jenkinsci.plugins.workflow.cps.GroovySourceFileAllowlist.DefaultAllowlist
 
defineArguments(Step) - Method in class org.jenkinsci.plugins.workflow.cps.steps.ParallelStep.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.workflow.cps.steps.LoadStep.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.workflow.cps.steps.ParallelStep.DescriptorImpl
 
doCheckLoadedScript() - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayAction
Loaded scripts do not need to be approved.
doCheckScript(String) - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayAction
Form validation for the main script Jelly only
doCheckScript(String, String, boolean) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition.DescriptorImpl
 
doCheckScriptCompile(Item, String) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition.DescriptorImpl
 
doCheckScriptCompile(Item, String) - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayAction
 
doGenerateSnippet(StaplerRequest, String) - Method in class org.jenkinsci.plugins.workflow.cps.Snippetizer
 
doGet(Class<T>) - Method in class org.jenkinsci.plugins.workflow.cps.CpsStepContext
 
doIndex() - Method in class org.jenkinsci.plugins.workflow.cps.GroovySample.Registry
 
doProgramDotXml(StaplerRequest, StaplerResponse) - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadDumpAction
 
doRebuild(StaplerRequest, StaplerResponse) - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayAction
 
doRun(StaplerRequest, StaplerResponse) - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayAction
 
doToggle() - Method in class org.jenkinsci.plugins.workflow.cps.PauseUnpauseAction
 
DSL - Class in org.jenkinsci.plugins.workflow.cps
Calls Steps and other DSL objects.
DSL(FlowExecutionOwner) - Constructor for class org.jenkinsci.plugins.workflow.cps.DSL
 

E

EMPTY - Static variable in class org.jenkinsci.plugins.workflow.cps.CpsThreadDump
Constant that indicates everything is done and no thread is alive.
ensurePermissionRegistered() - Static method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayAction
 
entrySet(Map<K, V>) - Static method in class org.jenkinsci.plugins.workflow.cps.persistence.IteratorHack
Serializable replacement for Map.entrySet().
entrySet(SortedMap<K, V>) - Static method in class org.jenkinsci.plugins.workflow.cps.persistence.IteratorHack
 
EnvActionImpl - Class in org.jenkinsci.plugins.workflow.cps
 
EnvActionImpl.Binder - Class in org.jenkinsci.plugins.workflow.cps
 
EnvActionImpl.Copier - Class in org.jenkinsci.plugins.workflow.cps
 
EnvActionImpl.EnvActionImplPickleFactory - Class in org.jenkinsci.plugins.workflow.cps
 
EnvActionImplPickleFactory() - Constructor for class org.jenkinsci.plugins.workflow.cps.EnvActionImpl.EnvActionImplPickleFactory
 
equals(Object) - Method in class org.jenkinsci.plugins.workflow.cps.CpsStepContext
 
equals(Object) - Method in class org.jenkinsci.plugins.workflow.cps.Snippetizer.QuasiDescriptor
 
equals(Object) - Method in class org.jenkinsci.plugins.workflow.cps.UninstantiatedDescribableWithInterpolation
 
eval(CpsThread) - Method in class org.jenkinsci.plugins.workflow.cps.Safepoint
 
eval(CpsThread) - Method in class org.jenkinsci.plugins.workflow.cps.ThreadTask
 
evaluate(File) - Method in class org.jenkinsci.plugins.workflow.cps.CpsScript
 
evaluate(String) - Method in class org.jenkinsci.plugins.workflow.cps.CpsScript
 
ExamplesLink() - Constructor for class org.jenkinsci.plugins.workflow.cps.SnippetizerLink.ExamplesLink
 
export(Closure) - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadGroup
 
export(Script) - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadGroup
 

F

Factory() - Constructor for class org.jenkinsci.plugins.workflow.cps.replay.ReplayAction.Factory
 
fillInStackTrace() - Method in exception org.jenkinsci.plugins.workflow.cps.CpsCompilationErrorsException
 
FLOW_NODE - Enum constant in enum org.jenkinsci.plugins.workflow.cps.persistence.PersistenceContext
A class gets persisted through FlowNode (for example in action) via XStream.
forJob(Job<?, ?>) - Static method in class org.jenkinsci.plugins.workflow.cps.GlobalVariable
Returns all the registered GlobalVariables for some context.
forJob(Job<?, ?>) - Method in class org.jenkinsci.plugins.workflow.cps.GlobalVariableSet
Enumerate all global variables from this provider which should be associated with a given job.
forRun(Run<?, ?>) - Static method in class org.jenkinsci.plugins.workflow.cps.EnvActionImpl
Gets the singleton instance for a given build, creating it on demand.
forRun(Run<?, ?>) - Static method in class org.jenkinsci.plugins.workflow.cps.GlobalVariable
Returns all the registered GlobalVariables for some context.
forRun(Run<?, ?>) - Method in class org.jenkinsci.plugins.workflow.cps.GlobalVariableSet
Enumerate all global variables from this provider which should be associated with a given build.
forRun(Run<?, ?>) - Method in class org.jenkinsci.plugins.workflow.cps.GlobalVariableSet.GlobalVariableProvider
 
forTrusted() - Method in class org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator
Obtains a contextualized GroovyShellDecorator used to decorate the trusted shell.
from(Throwable) - Static method in class org.jenkinsci.plugins.workflow.cps.CpsThreadDump
 
from(CpsThreadGroup) - Static method in class org.jenkinsci.plugins.workflow.cps.CpsThreadDump
 
fromText(String) - Static method in class org.jenkinsci.plugins.workflow.cps.CpsThreadDump
A mock thread dump that merely displays some fixed text.

G

GDSLLink() - Constructor for class org.jenkinsci.plugins.workflow.cps.SnippetizerLink.GDSLLink
 
GENERATE_URL - Static variable in class org.jenkinsci.plugins.workflow.cps.Snippetizer
 
GeneratorLink() - Constructor for class org.jenkinsci.plugins.workflow.cps.SnippetizerLink.GeneratorLink
 
get() - Static method in class org.jenkinsci.plugins.workflow.cps.config.CPSConfiguration
Deprecated.
 
getApplicableDescriptors() - Method in class org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.DescriptorImpl
 
getArgumentsInternal() - Method in class org.jenkinsci.plugins.workflow.cps.actions.ArgumentsActionImpl
 
getAuthentication() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
getCategory() - Method in class org.jenkinsci.plugins.workflow.cps.config.CPSConfiguration
Deprecated.
 
getCategory() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.PipelineInternalCalls
 
getCategory() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.PipelineTimings
 
getCategory() - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadDumpAction.PipelineThreadDump
 
getColumn() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowDefinitionValidator.CheckStatus
 
getContextVariables() - Method in class org.jenkinsci.plugins.workflow.cps.CpsThread
 
getCurrentExecutions(boolean) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
getCurrentHeads() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
getDescriptor() - Method in class org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode
 
getDescriptor() - Method in class org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode
 
getDescriptor() - Method in class org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode
 
getDescriptor(String) - Method in class org.jenkinsci.plugins.workflow.cps.nodes.StepDescriptorCache
 
getDiff() - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayAction
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.PipelineInternalCalls
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.PipelineTimings
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.CpsStepContext
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadDumpAction
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadDumpAction.PipelineThreadDump
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.EnvActionImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.GroovySample.Registry
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.PauseUnpauseAction
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayAction
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.Snippetizer
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.Snippetizer.LocalAction
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.SnippetizerLink.ExamplesLink
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.SnippetizerLink.GDSLLink
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.SnippetizerLink.GeneratorLink
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.SnippetizerLink
Get the display name for the link.
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.SnippetizerLink.GlobalsReferenceLink
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.SnippetizerLink.OnlineDocsLink
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.SnippetizerLink.StepReferenceLink
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.steps.LoadStep.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.steps.ParallelStep.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.view.InterpolatedSecretsAction
 
getDisplayUrl() - Method in class org.jenkinsci.plugins.workflow.cps.SnippetizerLink
Get the actual URL to use in sidepanel.jelly.
getEnvironment() - Method in class org.jenkinsci.plugins.workflow.cps.EnvActionImpl
 
getEnvironmentContributors() - Method in class org.jenkinsci.plugins.workflow.cps.EnvActionImpl.Binder
 
getExecution() - Method in class org.jenkinsci.plugins.workflow.cps.CpsStepContext
 
getExecution() - Method in class org.jenkinsci.plugins.workflow.cps.CpsThread
 
getExecution() - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadGroup
 
getExecutionBlocking() - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayAction
Fetches execution, blocking if needed while we wait for some of the loading process.
getFlowHead(int) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
getFunctionName() - Method in class org.jenkinsci.plugins.workflow.cps.steps.LoadStep.DescriptorImpl
 
getFunctionName() - Method in class org.jenkinsci.plugins.workflow.cps.steps.ParallelStep.DescriptorImpl
 
getGlobalVariables() - Method in class org.jenkinsci.plugins.workflow.cps.Snippetizer
 
getGroup() - Method in class org.jenkinsci.plugins.workflow.cps.CpsThread
 
getHeadline() - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadDump.ThreadInfo
 
getIcon() - Method in class org.jenkinsci.plugins.workflow.cps.SnippetizerLink.GeneratorLink
 
getIcon() - Method in class org.jenkinsci.plugins.workflow.cps.SnippetizerLink
Get the icon information for the link.
getIconFileName() - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadDumpAction
 
getIconFileName() - Method in class org.jenkinsci.plugins.workflow.cps.EnvActionImpl
 
getIconFileName() - Method in class org.jenkinsci.plugins.workflow.cps.GroovySample.Registry
 
getIconFileName() - Method in class org.jenkinsci.plugins.workflow.cps.PauseUnpauseAction
 
getIconFileName() - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayAction
 
getIconFileName() - Method in class org.jenkinsci.plugins.workflow.cps.Snippetizer
 
getIconFileName() - Method in class org.jenkinsci.plugins.workflow.cps.Snippetizer.LocalAction
 
getIconFileName() - Method in class org.jenkinsci.plugins.workflow.cps.view.InterpolatedSecretsAction
 
getInterpolatedStrings() - Method in class org.jenkinsci.plugins.workflow.cps.UninstantiatedDescribableWithInterpolation
 
getInterpolatedVariables() - Method in class org.jenkinsci.plugins.workflow.cps.view.InterpolatedSecretsAction.InterpolatedWarnings
 
getItem(StaplerRequest) - Method in class org.jenkinsci.plugins.workflow.cps.Snippetizer
 
getLine() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowDefinitionValidator.CheckStatus
 
getLoadedScripts() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
getMessage() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowDefinitionValidator.CheckStatus
 
getName() - Method in class org.jenkinsci.plugins.workflow.cps.EnvActionImpl.Binder
 
getName() - Method in class org.jenkinsci.plugins.workflow.cps.GlobalVariable
Defines the name of the variable.
getName() - Method in class org.jenkinsci.plugins.workflow.cps.ParamsVariable
 
getName() - Method in class org.jenkinsci.plugins.workflow.cps.RunWrapperBinder
 
getNextScriptName(String) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
Finds the expected next loaded script name, like Script1.
getNode() - Method in class org.jenkinsci.plugins.workflow.cps.CpsStepContext
 
getNode(String) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
getOriginal() - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayCause
 
getOriginalLoadedScripts() - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayAction
 
getOriginalNumber() - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayCause
 
getOriginalScript() - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayAction
 
getOverriddenEnvironment() - Method in class org.jenkinsci.plugins.workflow.cps.EnvActionImpl
 
getOwner() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
getOwner() - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayAction
 
getParentUrl() - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadDumpAction
 
getPath() - Method in class org.jenkinsci.plugins.workflow.cps.steps.LoadStep
 
getProperty(String) - Method in class org.jenkinsci.plugins.workflow.cps.CpsScript
 
getProperty(String) - Method in class org.jenkinsci.plugins.workflow.cps.EnvActionImpl
 
getPublicCache() - Static method in class org.jenkinsci.plugins.workflow.cps.nodes.StepDescriptorCache
 
getQuasiDescriptors(boolean) - Method in class org.jenkinsci.plugins.workflow.cps.Snippetizer
 
getRequiredContext() - Method in class org.jenkinsci.plugins.workflow.cps.steps.LoadStep.DescriptorImpl
 
getRequiredContext() - Method in class org.jenkinsci.plugins.workflow.cps.steps.ParallelStep.DescriptorImpl
 
getRequiredPermissions() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.PipelineInternalCalls
 
getRequiredPermissions() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.PipelineTimings
 
getRequiredPermissions() - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadDumpAction.PipelineThreadDump
 
getResult() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
getRun() - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayCause
 
getScm() - Method in class org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition
 
getSCMs() - Method in class org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition
 
getScript() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition
 
getScript() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
getScriptPath() - Method in class org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition
 
getShell() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
Returns a groovy compiler used to load the script.
getShortDescription() - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayCause
 
getShortDescription() - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayPipelineCommand
 
getSnippetizerLinks() - Method in class org.jenkinsci.plugins.workflow.cps.Snippetizer
Used to generate the list of links on the sidepanel.
getStackTrace() - Method in class org.jenkinsci.plugins.workflow.cps.CpsThread
 
getStackTrace() - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadDump.ThreadInfo
Can be empty but never be null.
getStatus() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowDefinitionValidator.CheckStatus
 
getStep() - Method in class org.jenkinsci.plugins.workflow.cps.CpsThread
 
getStepDescriptor() - Method in class org.jenkinsci.plugins.workflow.cps.CpsStepContext
Obtains StepDescriptor that represents the step this context is invoking.
getStepName() - Method in class org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode
 
getStepName() - Method in class org.jenkinsci.plugins.workflow.cps.view.InterpolatedSecretsAction.InterpolatedWarnings
 
getStorage() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
getStorageDir() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
Directory where workflow stores its state.
getSymbol() - Method in class org.jenkinsci.plugins.workflow.cps.Snippetizer.QuasiDescriptor
 
getThread(int) - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadGroup
Returns the thread with the specified id.
getThreadDump() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
Synchronously obtain the current state of the workflow program.
getThreadDump() - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadDumpAction
 
getThreadDump() - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadGroup
 
getThreads() - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadDump
 
getThreads() - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadGroup
Returns an unmodifiable snapshot of all threads in the thread group.
getTrustedShell() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
Returns a groovy compiler used to load the trusted script.
getTypeDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode
 
getTypeDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode
 
getTypeDisplayName() - Method in class org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode
 
getTypeFunctionName() - Method in class org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode
 
getTypeFunctionName() - Method in class org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode
 
getTypeFunctionName() - Method in class org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode
 
getUrl() - Method in class org.jenkinsci.plugins.workflow.cps.SnippetizerLink.ExamplesLink
 
getUrl() - Method in class org.jenkinsci.plugins.workflow.cps.SnippetizerLink.GDSLLink
 
getUrl() - Method in class org.jenkinsci.plugins.workflow.cps.SnippetizerLink.GeneratorLink
 
getUrl() - Method in class org.jenkinsci.plugins.workflow.cps.SnippetizerLink
Get the URL this link should point to, which will be used by SnippetizerLink.getDisplayUrl().
getUrl() - Method in class org.jenkinsci.plugins.workflow.cps.SnippetizerLink.GlobalsReferenceLink
 
getUrl() - Method in class org.jenkinsci.plugins.workflow.cps.SnippetizerLink.OnlineDocsLink
 
getUrl() - Method in class org.jenkinsci.plugins.workflow.cps.SnippetizerLink.StepReferenceLink
 
getUrlName() - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadDumpAction
 
getUrlName() - Method in class org.jenkinsci.plugins.workflow.cps.EnvActionImpl
 
getUrlName() - Method in class org.jenkinsci.plugins.workflow.cps.GroovySample.Registry
 
getUrlName() - Method in class org.jenkinsci.plugins.workflow.cps.PauseUnpauseAction
 
getUrlName() - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayAction
 
getUrlName() - Method in class org.jenkinsci.plugins.workflow.cps.Snippetizer
 
getUrlName() - Method in class org.jenkinsci.plugins.workflow.cps.view.InterpolatedSecretsAction
 
getValue(CpsScript) - Method in class org.jenkinsci.plugins.workflow.cps.EnvActionImpl.Binder
 
getValue(CpsScript) - Method in class org.jenkinsci.plugins.workflow.cps.GlobalVariable
Gets or creates the singleton value of the variable.
getValue(CpsScript) - Method in class org.jenkinsci.plugins.workflow.cps.ParamsVariable
 
getValue(CpsScript) - Method in class org.jenkinsci.plugins.workflow.cps.RunWrapperBinder
 
getWarnings() - Method in class org.jenkinsci.plugins.workflow.cps.view.InterpolatedSecretsAction
 
GitHubMaven() - Constructor for class org.jenkinsci.plugins.workflow.cps.GroovySample.GitHubMaven
 
GlobalsReferenceLink() - Constructor for class org.jenkinsci.plugins.workflow.cps.SnippetizerLink.GlobalsReferenceLink
 
GlobalVariable - Class in org.jenkinsci.plugins.workflow.cps
Defines a provider of a global variable offered to flows.
GlobalVariable() - Constructor for class org.jenkinsci.plugins.workflow.cps.GlobalVariable
 
GlobalVariableProvider() - Constructor for class org.jenkinsci.plugins.workflow.cps.GlobalVariableSet.GlobalVariableProvider
 
GlobalVariableSet - Class in org.jenkinsci.plugins.workflow.cps
Extension point that defines a collection of global variables.
GlobalVariableSet() - Constructor for class org.jenkinsci.plugins.workflow.cps.GlobalVariableSet
 
GlobalVariableSet.GlobalVariableProvider - Class in org.jenkinsci.plugins.workflow.cps
Allow GlobalVariables to be defined with Extension, and make them discoverable via GlobalVariableSet.
GroovySample - Interface in org.jenkinsci.plugins.workflow.cps
A sample Pipeline Groovy script to appear in the <wfe:workflow-editor/>.
GroovySample.GitHubMaven - Class in org.jenkinsci.plugins.workflow.cps
 
GroovySample.Hello - Class in org.jenkinsci.plugins.workflow.cps
 
GroovySample.Registry - Class in org.jenkinsci.plugins.workflow.cps
 
GroovySample.Scripted - Class in org.jenkinsci.plugins.workflow.cps
 
GroovySample.Static - Class in org.jenkinsci.plugins.workflow.cps
 
GroovyShellDecorator - Class in org.jenkinsci.plugins.workflow.cps
Hook to customize the behaviour of GroovyShell used to run workflow scripts.
GroovyShellDecorator() - Constructor for class org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator
 
GroovySourceFileAllowlist - Class in org.jenkinsci.plugins.workflow.cps
Determines what Groovy source files can be loaded in Pipelines.
GroovySourceFileAllowlist() - Constructor for class org.jenkinsci.plugins.workflow.cps.GroovySourceFileAllowlist
 
GroovySourceFileAllowlist.DefaultAllowlist - Class in org.jenkinsci.plugins.workflow.cps
Allows Groovy source files used to implement DSLs in plugins that were created before GroovySourceFileAllowlist was introduced.

H

hasBody() - Method in class org.jenkinsci.plugins.workflow.cps.CpsStepContext
 
hashCode() - Method in class org.jenkinsci.plugins.workflow.cps.CpsStepContext
 
hashCode() - Method in class org.jenkinsci.plugins.workflow.cps.Snippetizer.QuasiDescriptor
 
hashCode() - Method in class org.jenkinsci.plugins.workflow.cps.UninstantiatedDescribableWithInterpolation
 
hasWarnings() - Method in class org.jenkinsci.plugins.workflow.cps.view.InterpolatedSecretsAction
 
Hello() - Constructor for class org.jenkinsci.plugins.workflow.cps.GroovySample.Hello
 

I

id - Variable in class org.jenkinsci.plugins.workflow.cps.CpsThread
Unique ID of this thread among all the threads in the past or future under the same CpsThreadGroup.
ignore(Class<?>) - Method in interface org.jenkinsci.plugins.workflow.cps.IgnoredInternalClasses
 
IgnoredInternalClasses - Interface in org.jenkinsci.plugins.workflow.cps
Allows selected classes to be ignored for purposes of LoggingInvoker.isInternal(java.lang.Class<?>).
initializeStorage() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
inNewWindow() - Method in class org.jenkinsci.plugins.workflow.cps.SnippetizerLink.GDSLLink
 
inNewWindow() - Method in class org.jenkinsci.plugins.workflow.cps.SnippetizerLink
Check whether the link should target a new window - this defaults to false;
inNewWindow() - Method in class org.jenkinsci.plugins.workflow.cps.SnippetizerLink.OnlineDocsLink
 
InterpolatedSecretsAction - Class in org.jenkinsci.plugins.workflow.cps.view
Action to generate the UI report for watched environment variables
InterpolatedSecretsAction() - Constructor for class org.jenkinsci.plugins.workflow.cps.view.InterpolatedSecretsAction
 
InterpolatedSecretsAction.InterpolatedWarnings - Class in org.jenkinsci.plugins.workflow.cps.view
 
interrupt(Result, CauseOfInterruption...) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
invalidateAll() - Method in class org.jenkinsci.plugins.workflow.cps.nodes.StepDescriptorCache
 
invalidateGlobalCache() - Static method in class org.jenkinsci.plugins.workflow.cps.nodes.StepDescriptorCache
 
invokeDescribable(String, Object) - Method in class org.jenkinsci.plugins.workflow.cps.DSL
invokeMethod(String, Object) - Method in class org.jenkinsci.plugins.workflow.cps.CpsScript
We use DSL here to try invoke the step implementation, if there is Step implementation found it's handled or it's an error.
invokeMethod(String, Object) - Method in class org.jenkinsci.plugins.workflow.cps.DSL
Executes the Step implementation specified by the name argument.
invokeStep(StepDescriptor, Object) - Method in class org.jenkinsci.plugins.workflow.cps.DSL
invokeStep(StepDescriptor, String, Object) - Method in class org.jenkinsci.plugins.workflow.cps.DSL
When DSL.invokeMethod(String, Object) is calling a StepDescriptor
iota() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
iotaStr() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
Assigns a new ID.
isAllowed(String) - Method in class org.jenkinsci.plugins.workflow.cps.GroovySourceFileAllowlist.DefaultAllowlist
 
isAllowed(String) - Method in class org.jenkinsci.plugins.workflow.cps.GroovySourceFileAllowlist
Checks whether a given Groovy source file is allowed to be loaded by CpsFlowExecution.getTrustedShell().
isBody() - Method in class org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode
 
isComplete() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
isCurrentHead(FlowNode) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
isDoneFlagSet() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
Has the execution been marked done - note that legacy builds may not have that flag persisted, in which case we look for a single FlowEndNode head (see: CpsFlowExecution.isComplete() and FlowExecution.isComplete())
isEnabled() - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayAction
 
isHideSandbox() - Method in class org.jenkinsci.plugins.workflow.cps.config.CPSConfiguration
Deprecated.
 
isInProgress() - Method in class org.jenkinsci.plugins.workflow.cps.view.InterpolatedSecretsAction
 
isKeepStepArguments() - Static method in class org.jenkinsci.plugins.workflow.cps.DSL
Tell us if we should store Step arguments in an ArgumentsAction or simply discard them (if set to false, explicitly)
isLightweight() - Method in class org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition
 
isPaused() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
isPaused() - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadGroup
Returns true if pausing has been requested.
isReady() - Method in class org.jenkinsci.plugins.workflow.cps.CpsStepContext
 
isRebuildEnabled() - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayAction
 
isReplayableSandboxTest() - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayAction
Runs the extra tests for replayability beyond ReplayAction.isEnabled() that require a blocking load of the execution.
isResumeBlocked() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
If true, pipeline is forbidden to resume even if it can.
isSandbox() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition
 
isSandbox() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
True if executing with groovy-sandbox, false if executing with approval.
isUnmodifiedArguments() - Method in class org.jenkinsci.plugins.workflow.cps.actions.ArgumentsActionImpl
 
iterator() - Method in class org.jenkinsci.plugins.workflow.cps.GlobalVariableSet
iterator(E[]) - Static method in class org.jenkinsci.plugins.workflow.cps.persistence.IteratorHack
 
iterator(Deque) - Static method in class org.jenkinsci.plugins.workflow.cps.persistence.IteratorHack
 
iterator(List<E>) - Static method in class org.jenkinsci.plugins.workflow.cps.persistence.IteratorHack
Serializable replacement for List.iterator().
iterator(Set<E>) - Static method in class org.jenkinsci.plugins.workflow.cps.persistence.IteratorHack
 
IteratorHack - Class in org.jenkinsci.plugins.workflow.cps.persistence
Makes Java iterators effectively serializable.

J

job - Variable in class org.jenkinsci.plugins.workflow.cps.replay.ReplayPipelineCommand
 
JOB - Enum constant in enum org.jenkinsci.plugins.workflow.cps.persistence.PersistenceContext
A class gets persisted in the config.xml as a part of Job through XStream.
JobHandler(CmdLineParser, OptionDef, Setter<Job>) - Constructor for class org.jenkinsci.plugins.workflow.cps.replay.ReplayPipelineCommand.JobHandler
 

K

keySet(Map<K, ?>) - Static method in class org.jenkinsci.plugins.workflow.cps.persistence.IteratorHack
 
keySet(SortedMap<K, ?>) - Static method in class org.jenkinsci.plugins.workflow.cps.persistence.IteratorHack
 

L

listIterator(List<E>) - Static method in class org.jenkinsci.plugins.workflow.cps.persistence.IteratorHack
 
listIterator(List<E>, int) - Static method in class org.jenkinsci.plugins.workflow.cps.persistence.IteratorHack
 
loadActions(FlowNode) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
loadProgramAsync(File) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
Deserializes CpsThreadGroup from CpsFlowExecution.getProgramDataFile() if necessary.
loadScripts(CpsFlowExecution) - Method in class org.jenkinsci.plugins.workflow.cps.replay.OriginalLoadedScripts
Finds scripts which are eligible for replacement.
LoadStep - Class in org.jenkinsci.plugins.workflow.cps.steps
Evaluate arbitrary script file.
LoadStep(String) - Constructor for class org.jenkinsci.plugins.workflow.cps.steps.LoadStep
 
LoadStep.DescriptorImpl - Class in org.jenkinsci.plugins.workflow.cps.steps
 
LoadStepExecution - Class in org.jenkinsci.plugins.workflow.cps.steps
Loads another Groovy script file and executes it.
LocalAction() - Constructor for class org.jenkinsci.plugins.workflow.cps.Snippetizer.LocalAction
 

M

marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.ConverterImpl
 
maybeAutoPersistNode(FlowNode) - Static method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
Invoke me to toggle autopersist back on for steps that delay it.
Messages - Class in org.jenkinsci.plugins.workflow.cps
Generated localization support class.
Messages - Class in org.jenkinsci.plugins.workflow.cps.replay
Generated localization support class.
Messages() - Constructor for class org.jenkinsci.plugins.workflow.cps.Messages
 
Messages() - Constructor for class org.jenkinsci.plugins.workflow.cps.replay.Messages
 

N

name() - Method in class org.jenkinsci.plugins.workflow.cps.GroovySample.GitHubMaven
 
name() - Method in class org.jenkinsci.plugins.workflow.cps.GroovySample.Hello
 
name() - Method in interface org.jenkinsci.plugins.workflow.cps.GroovySample
 
name() - Method in class org.jenkinsci.plugins.workflow.cps.GroovySample.Scripted
 
newBodyInvoker() - Method in class org.jenkinsci.plugins.workflow.cps.CpsStepContext
 
newBodyInvoker(BodyReference, boolean) - Method in class org.jenkinsci.plugins.workflow.cps.CpsStepContext
 
newInstance(Map<String, Object>) - Method in class org.jenkinsci.plugins.workflow.cps.steps.ParallelStep.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition.DescriptorImpl
 
NONE - Enum constant in enum org.jenkinsci.plugins.workflow.cps.persistence.PersistenceContext
A class does not get persisted anywhere.
NULL - Static variable in class org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator
GroovyShellDecorator that doesn't do anything.
number - Variable in class org.jenkinsci.plugins.workflow.cps.replay.ReplayPipelineCommand
 

O

object2Groovy(Object) - Static method in class org.jenkinsci.plugins.workflow.cps.Snippetizer
Publicly accessible version of Snippetizer.object2Groovy(StringBuilder, Object, boolean) that translates an object into the equivalent Pipeline Groovy string.
object2Groovy(Object, boolean) - Static method in class org.jenkinsci.plugins.workflow.cps.Snippetizer
Publicly accessible version of Snippetizer.object2Groovy(StringBuilder, Object, boolean) that translates an object into the equivalent Pipeline Groovy string.
onAddedTo(Run) - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayCause
 
onAttached(Run<?, ?>) - Method in class org.jenkinsci.plugins.workflow.cps.EnvActionImpl
 
onAttached(Run<?, ?>) - Method in class org.jenkinsci.plugins.workflow.cps.view.InterpolatedSecretsAction
 
onFailure(Throwable) - Method in class org.jenkinsci.plugins.workflow.cps.CpsStepContext
 
OnlineDocsLink() - Constructor for class org.jenkinsci.plugins.workflow.cps.SnippetizerLink.OnlineDocsLink
 
onLoad(Run<?, ?>) - Method in class org.jenkinsci.plugins.workflow.cps.EnvActionImpl
 
onLoad(Run<?, ?>) - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayCause
 
onLoad(Run<?, ?>) - Method in class org.jenkinsci.plugins.workflow.cps.view.InterpolatedSecretsAction
 
onLoad(FlowExecutionOwner) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
onResume() - Method in class org.jenkinsci.plugins.workflow.cps.steps.LoadStepExecution
 
onSuccess(Object) - Method in class org.jenkinsci.plugins.workflow.cps.CpsStepContext
 
OPTIMIZE_STORAGE_UPON_COMPLETION - Static variable in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
If true, then when the execution completes, we migrate the flow node storage from SimpleXStreamFlowNodeStorage to BulkFlowNodeStorage.
org.jenkinsci.plugins.workflow.cps - package org.jenkinsci.plugins.workflow.cps
 
org.jenkinsci.plugins.workflow.cps.actions - package org.jenkinsci.plugins.workflow.cps.actions
 
org.jenkinsci.plugins.workflow.cps.config - package org.jenkinsci.plugins.workflow.cps.config
 
org.jenkinsci.plugins.workflow.cps.nodes - package org.jenkinsci.plugins.workflow.cps.nodes
 
org.jenkinsci.plugins.workflow.cps.persistence - package org.jenkinsci.plugins.workflow.cps.persistence
 
org.jenkinsci.plugins.workflow.cps.replay - package org.jenkinsci.plugins.workflow.cps.replay
 
org.jenkinsci.plugins.workflow.cps.steps - package org.jenkinsci.plugins.workflow.cps.steps
 
org.jenkinsci.plugins.workflow.cps.view - package org.jenkinsci.plugins.workflow.cps.view
 
OriginalLoadedScripts - Class in org.jenkinsci.plugins.workflow.cps.replay
Defines which scripts are eligible to be replaced by ReplayAction.run.
OriginalLoadedScripts() - Constructor for class org.jenkinsci.plugins.workflow.cps.replay.OriginalLoadedScripts
 

P

ParallelStep - Class in org.jenkinsci.plugins.workflow.cps.steps
CPS-specific Step implementation that executes multiple closures in parallel.
ParallelStep(Map<String, Closure>, boolean) - Constructor for class org.jenkinsci.plugins.workflow.cps.steps.ParallelStep
 
ParallelStep.DescriptorImpl - Class in org.jenkinsci.plugins.workflow.cps.steps
 
ParamsVariable - Class in org.jenkinsci.plugins.workflow.cps
Allows access to ParametersAction.
ParamsVariable() - Constructor for class org.jenkinsci.plugins.workflow.cps.ParamsVariable
 
pause(boolean) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
Pause or unpause the execution.
pause(boolean) - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadGroup
Pauses the execution.
PauseUnpauseAction - Class in org.jenkinsci.plugins.workflow.cps
Allows a running flow to be paused or unpaused.
PerJobAdder() - Constructor for class org.jenkinsci.plugins.workflow.cps.Snippetizer.PerJobAdder
 
PersistenceContext - Enum in org.jenkinsci.plugins.workflow.cps.persistence
 
PersistIn - Annotation Type in org.jenkinsci.plugins.workflow.cps.persistence
Indicates that this class gets persisted in the build.xml as a part of Run through XStream.
pickle(EnvActionImpl) - Method in class org.jenkinsci.plugins.workflow.cps.EnvActionImpl.EnvActionImplPickleFactory
 
Pipeline_Syntax() - Static method in class org.jenkinsci.plugins.workflow.cps.Messages
Key Pipeline.Syntax: Pipeline Syntax.
PipelineInternalCalls() - Constructor for class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.PipelineInternalCalls
 
PipelineThreadDump() - Constructor for class org.jenkinsci.plugins.workflow.cps.CpsThreadDumpAction.PipelineThreadDump
 
PipelineTimings() - Constructor for class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.PipelineTimings
 
print(TaskListener) - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayCause
 
print(PrintStream) - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadDump
 
print(PrintWriter) - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadDump
 
print(PrintWriter) - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadDump.ThreadInfo
 
print(Object) - Method in class org.jenkinsci.plugins.workflow.cps.CpsClosure2
 
print(Object) - Method in class org.jenkinsci.plugins.workflow.cps.CpsScript
 
printf(String, Object) - Method in class org.jenkinsci.plugins.workflow.cps.CpsClosure2
 
printf(String, Object) - Method in class org.jenkinsci.plugins.workflow.cps.CpsScript
 
printf(String, Object[]) - Method in class org.jenkinsci.plugins.workflow.cps.CpsScript
 
println() - Method in class org.jenkinsci.plugins.workflow.cps.CpsClosure2
 
println() - Method in class org.jenkinsci.plugins.workflow.cps.CpsScript
 
println(Object) - Method in class org.jenkinsci.plugins.workflow.cps.CpsClosure2
 
println(Object) - Method in class org.jenkinsci.plugins.workflow.cps.CpsScript
 
PROGRAM - Enum constant in enum org.jenkinsci.plugins.workflow.cps.persistence.PersistenceContext
A class gets persisted in program data file along with all the objects used in the user's CPS transformed program.
programPromise - Variable in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
Loading of the program is asynchronous because it requires us to re-obtain stateful objects.

R

readResolve() - Method in class org.jenkinsci.plugins.workflow.cps.CpsScript
 
readResolve() - Method in class org.jenkinsci.plugins.workflow.cps.DSL
 
readResolve() - Method in class org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode
 
readResolve() - Method in class org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode
 
real - Variable in class org.jenkinsci.plugins.workflow.cps.Snippetizer.QuasiDescriptor
 
record(String, List<String>) - Method in class org.jenkinsci.plugins.workflow.cps.view.InterpolatedSecretsAction
 
Registry() - Constructor for class org.jenkinsci.plugins.workflow.cps.GroovySample.Registry
 
removeListener(GraphListener) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
replace(CpsFlowExecution, String) - Static method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayAction
Replaces some loaded script text with something else.
replacementsIn(CpsFlowExecution) - Static method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayAction
Finds a set of Groovy class names which are eligible for replacement.
replaceSensitiveVariables(String, EnvVars, Set<String>) - Static method in class org.jenkinsci.plugins.workflow.cps.actions.ArgumentsActionImpl
See if sensitive environment variable content is in a string and replace the content with its associated variable name, otherwise return string unmodified
REPLAY - Static variable in class org.jenkinsci.plugins.workflow.cps.replay.ReplayAction
 
Replay_permission_description() - Static method in class org.jenkinsci.plugins.workflow.cps.replay.Messages
Key Replay.permission.description: Ability to perform a new Pipeline build with an edited script..
ReplayAction - Class in org.jenkinsci.plugins.workflow.cps.replay
Attached to a Run when it could be replayed with script edits.
ReplayAction_displayName() - Static method in class org.jenkinsci.plugins.workflow.cps.replay.Messages
Key ReplayAction.displayName: Replay.
ReplayAction_rebuild_displayName() - Static method in class org.jenkinsci.plugins.workflow.cps.replay.Messages
Key ReplayAction.rebuild.displayName: Rebuild.
ReplayAction.Factory - Class in org.jenkinsci.plugins.workflow.cps.replay
 
ReplayCause - Class in org.jenkinsci.plugins.workflow.cps.replay
Marker that a run is a replay of an earlier one.
ReplayCause_shortDescription(Object) - Static method in class org.jenkinsci.plugins.workflow.cps.replay.Messages
Key ReplayCause.shortDescription: Replayed #{0}.
ReplayCommand_shortDescription() - Static method in class org.jenkinsci.plugins.workflow.cps.replay.Messages
Key ReplayCommand.shortDescription: Replay a Pipeline build with edited script taken from standard input.
ReplayPipelineCommand - Class in org.jenkinsci.plugins.workflow.cps.replay
 
ReplayPipelineCommand() - Constructor for class org.jenkinsci.plugins.workflow.cps.replay.ReplayPipelineCommand
 
ReplayPipelineCommand.JobHandler - Class in org.jenkinsci.plugins.workflow.cps.replay
 
resume(Outcome) - Method in class org.jenkinsci.plugins.workflow.cps.CpsThread
Schedules the execution of this thread from the last Continuable.suspend(Object) point.
resumeWith(Outcome) - Static method in class org.jenkinsci.plugins.workflow.cps.ThreadTaskResult
 
run() - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayPipelineCommand
 
run(File, String[]) - Method in class org.jenkinsci.plugins.workflow.cps.CpsScript
 
run(String, Map<String, String>) - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayAction
For whitebox testing.
RUN - Enum constant in enum org.jenkinsci.plugins.workflow.cps.persistence.PersistenceContext
A class gets persisted in the build.xml as a part of Run through XStream.
run2(String, Map<String, String>) - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayAction
For use in projects that want initiate a replay via the Java API.
RunningFlowActions - Class in org.jenkinsci.plugins.workflow.cps
Adds actions to the sidebar of a running Pipeline build.
RunningFlowActions() - Constructor for class org.jenkinsci.plugins.workflow.cps.RunningFlowActions
 
RunWrapperBinder - Class in org.jenkinsci.plugins.workflow.cps
 
RunWrapperBinder() - Constructor for class org.jenkinsci.plugins.workflow.cps.RunWrapperBinder
 

S

safepoint() - Static method in class org.jenkinsci.plugins.workflow.cps.Safepoint
Method called from CPS interpreter.
Safepoint - Class in org.jenkinsci.plugins.workflow.cps
Safepoint called from the CPS interpreter.
Safepoint() - Constructor for class org.jenkinsci.plugins.workflow.cps.Safepoint
 
saveActions(FlowNode, List<Action>) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
saveProgram(File) - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadGroup
 
saveState() - Method in class org.jenkinsci.plugins.workflow.cps.CpsStepContext
 
scheduleRun() - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadGroup
Schedules the execution of all the runnable threads.
script - Variable in class org.jenkinsci.plugins.workflow.cps.replay.ReplayPipelineCommand
 
script() - Method in interface org.jenkinsci.plugins.workflow.cps.GroovySample
 
script() - Method in class org.jenkinsci.plugins.workflow.cps.GroovySample.Static
 
Scripted() - Constructor for class org.jenkinsci.plugins.workflow.cps.GroovySample.Scripted
 
serialVersionUID - Static variable in exception org.jenkinsci.plugins.workflow.cps.CpsCompilationErrorsException
 
setColumn(int) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowDefinitionValidator.CheckStatus
 
setHideSandbox(boolean) - Method in class org.jenkinsci.plugins.workflow.cps.config.CPSConfiguration
Deprecated.
 
setLightweight(boolean) - Method in class org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition
 
setLine(int) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowDefinitionValidator.CheckStatus
 
setMessage(String) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowDefinitionValidator.CheckStatus
 
setProperty(String, Object) - Method in class org.jenkinsci.plugins.workflow.cps.EnvActionImpl
 
setResult(Result) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
setResult(Result) - Method in class org.jenkinsci.plugins.workflow.cps.CpsStepContext
 
setResumeBlocked(boolean) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
setStatus(String) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowDefinitionValidator.CheckStatus
 
shouldHideSandbox(CpsFlowDefinition) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition.DescriptorImpl
 
sleep(long) - Method in class org.jenkinsci.plugins.workflow.cps.CpsClosure2
 
sleep(long) - Method in class org.jenkinsci.plugins.workflow.cps.CpsScript
Effectively overrides DefaultGroovyStaticMethods.sleep(Object, long) so that SleepStep works even in the bare form sleep 5.
Snippetizer - Class in org.jenkinsci.plugins.workflow.cps
Takes a Step as configured through the UI and tries to produce equivalent Groovy code.
Snippetizer() - Constructor for class org.jenkinsci.plugins.workflow.cps.Snippetizer
 
Snippetizer_this_step_should_not_normally_be_used_in() - Static method in class org.jenkinsci.plugins.workflow.cps.Messages
Key Snippetizer.this_step_should_not_normally_be_used_in: This step should not normally be used in your script. Consult the inline help for details..
Snippetizer.LocalAction - Class in org.jenkinsci.plugins.workflow.cps
May be added to various contexts to offer the Pipeline Groovy link where it is appropriate.
Snippetizer.PerJobAdder - Class in org.jenkinsci.plugins.workflow.cps
 
Snippetizer.QuasiDescriptor - Class in org.jenkinsci.plugins.workflow.cps
Represents a step or other step-like objects that should appear in Snippetizer’s main dropdown list and can generate some fragment of Pipeline script.
SnippetizerLink - Class in org.jenkinsci.plugins.workflow.cps
A link that will show up on the side panel of the snippet generator and other similar pages.
SnippetizerLink() - Constructor for class org.jenkinsci.plugins.workflow.cps.SnippetizerLink
 
SnippetizerLink_ExamplesLink_displayName() - Static method in class org.jenkinsci.plugins.workflow.cps.Messages
Key SnippetizerLink.ExamplesLink.displayName: Examples Reference.
SnippetizerLink_GDSLLink_displayName() - Static method in class org.jenkinsci.plugins.workflow.cps.Messages
Key SnippetizerLink.GDSLLink.displayName: IntelliJ IDEA GDSL.
SnippetizerLink_GeneratorLink_displayName() - Static method in class org.jenkinsci.plugins.workflow.cps.Messages
Key SnippetizerLink.GeneratorLink.displayName: Snippet Generator.
SnippetizerLink_GlobalsReferenceLink_displayName() - Static method in class org.jenkinsci.plugins.workflow.cps.Messages
Key SnippetizerLink.GlobalsReferenceLink.displayName: Global Variables Reference.
SnippetizerLink_OnlineDocsLink_displayName() - Static method in class org.jenkinsci.plugins.workflow.cps.Messages
Key SnippetizerLink.OnlineDocsLink.displayName: Online Documentation.
SnippetizerLink_StepReferenceLink_displayName() - Static method in class org.jenkinsci.plugins.workflow.cps.Messages
Key SnippetizerLink.StepReferenceLink.displayName: Steps Reference.
SnippetizerLink.ExamplesLink - Class in org.jenkinsci.plugins.workflow.cps
 
SnippetizerLink.GDSLLink - Class in org.jenkinsci.plugins.workflow.cps
 
SnippetizerLink.GeneratorLink - Class in org.jenkinsci.plugins.workflow.cps
 
SnippetizerLink.GlobalsReferenceLink - Class in org.jenkinsci.plugins.workflow.cps
 
SnippetizerLink.OnlineDocsLink - Class in org.jenkinsci.plugins.workflow.cps
 
SnippetizerLink.StepReferenceLink - Class in org.jenkinsci.plugins.workflow.cps
 
start() - Method in class org.jenkinsci.plugins.workflow.cps.CpsBodyInvoker
Schedules the execution of the body.
start() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
start() - Method in class org.jenkinsci.plugins.workflow.cps.steps.LoadStepExecution
 
start(StepContext) - Method in class org.jenkinsci.plugins.workflow.cps.steps.LoadStep
 
start(StepContext) - Method in class org.jenkinsci.plugins.workflow.cps.steps.ParallelStep
 
Static() - Constructor for class org.jenkinsci.plugins.workflow.cps.GroovySample.Static
 
StepAtomNode - Class in org.jenkinsci.plugins.workflow.cps.nodes
AtomNode for executing Step without body closure.
StepAtomNode(CpsFlowExecution, StepDescriptor, FlowNode) - Constructor for class org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode
 
StepDescriptorCache - Class in org.jenkinsci.plugins.workflow.cps.nodes
Shared cacheSingleton for the StepDescriptors, extension-scoped to avoid test issues
StepDescriptorCache() - Constructor for class org.jenkinsci.plugins.workflow.cps.nodes.StepDescriptorCache
 
StepEndNode - Class in org.jenkinsci.plugins.workflow.cps.nodes
Pairs up with StepStartNode to designate the end of a step execution that has the body.
StepEndNode(CpsFlowExecution, StepStartNode, List<FlowNode>) - Constructor for class org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode
 
StepEndNode(CpsFlowExecution, StepStartNode, FlowNode...) - Constructor for class org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode
 
StepNode - Interface in org.jenkinsci.plugins.workflow.cps.nodes
Deprecated.
StepReferenceLink() - Constructor for class org.jenkinsci.plugins.workflow.cps.SnippetizerLink.StepReferenceLink
 
StepStartNode - Class in org.jenkinsci.plugins.workflow.cps.nodes
BlockStartNode for executing Step with body closure.
StepStartNode(CpsFlowExecution, StepDescriptor, FlowNode) - Constructor for class org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode
 
stop(Throwable) - Method in class org.jenkinsci.plugins.workflow.cps.CpsThread
Stops the execution of this thread.
SUCCESS - Static variable in class org.jenkinsci.plugins.workflow.cps.CpsFlowDefinitionValidator.CheckStatus
 
suspendAll() - Static method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
suspendWith(Outcome) - Static method in class org.jenkinsci.plugins.workflow.cps.ThreadTaskResult
 

T

takesImplicitBlockArgument() - Method in class org.jenkinsci.plugins.workflow.cps.steps.ParallelStep.DescriptorImpl
Block arguments would have to be wrapped into a list and passed as such.
ThreadInfo(Throwable) - Constructor for class org.jenkinsci.plugins.workflow.cps.CpsThreadDump.ThreadInfo
Create a fake CpsThreadDump.ThreadInfo from a Throwable that copies its stack trace history.
ThreadTask - Class in org.jenkinsci.plugins.workflow.cps
Execute something in at the point where all CPS threads are at a safe point.
ThreadTask() - Constructor for class org.jenkinsci.plugins.workflow.cps.ThreadTask
 
ThreadTaskResult - Class in org.jenkinsci.plugins.workflow.cps
Indicates the next step after the ThreadTask has run.
title() - Method in class org.jenkinsci.plugins.workflow.cps.GroovySample.GitHubMaven
 
title() - Method in class org.jenkinsci.plugins.workflow.cps.GroovySample.Hello
 
title() - Method in class org.jenkinsci.plugins.workflow.cps.GroovySample.Scripted
 
title() - Method in interface org.jenkinsci.plugins.workflow.cps.GroovySample
 
toCheckStatus(CompilationFailedException) - Static method in class org.jenkinsci.plugins.workflow.cps.CpsFlowDefinitionValidator
 
toString() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
 
toString() - Method in class org.jenkinsci.plugins.workflow.cps.CpsStepContext
 
toString() - Method in class org.jenkinsci.plugins.workflow.cps.CpsThread
 
toString() - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadDump.ThreadInfo
 
toString() - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadDump
 
toString() - Method in class org.jenkinsci.plugins.workflow.cps.Snippetizer.QuasiDescriptor
 
type() - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayAction.Factory
 
type() - Method in class org.jenkinsci.plugins.workflow.cps.replay.ReplayPipelineCommand.JobHandler
 
type() - Method in class org.jenkinsci.plugins.workflow.cps.RunningFlowActions
 
type() - Method in class org.jenkinsci.plugins.workflow.cps.Snippetizer.PerJobAdder
 

U

unexport(BodyReference) - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadGroup
 
UninstantiatedDescribableWithInterpolation - Class in org.jenkinsci.plugins.workflow.cps
Some steps have complex argument types (e.g.
UninstantiatedDescribableWithInterpolation(String, String, Map<String, ?>, Set<String>) - Constructor for class org.jenkinsci.plugins.workflow.cps.UninstantiatedDescribableWithInterpolation
 
UNKNOWN - Static variable in class org.jenkinsci.plugins.workflow.cps.CpsThreadDump
Deprecated.
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.ConverterImpl
 
unpause() - Method in class org.jenkinsci.plugins.workflow.cps.CpsThreadGroup
If the execution is CpsThreadGroup.isPaused(), cancel the pause state.
UNSAFE_GROOVY_INTERPOLATION - Static variable in class org.jenkinsci.plugins.workflow.cps.DSL
 

V

valid - Variable in class org.jenkinsci.plugins.workflow.cps.CpsThreadDump
Whether this is an actual list of threads, or just some special text such as a list of pickles.
value() - Element in annotation type org.jenkinsci.plugins.workflow.cps.CpsVmThreadOnly
 
value() - Element in annotation type org.jenkinsci.plugins.workflow.cps.persistence.PersistIn
 
valueOf(String) - Static method in enum org.jenkinsci.plugins.workflow.cps.persistence.PersistenceContext
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jenkinsci.plugins.workflow.cps.persistence.PersistenceContext
Returns an array containing the constants of this enum type, in the order they are declared.
values(Map<?, V>) - Static method in class org.jenkinsci.plugins.workflow.cps.persistence.IteratorHack
 
values(SortedMap<?, V>) - Static method in class org.jenkinsci.plugins.workflow.cps.persistence.IteratorHack
 

W

waitForSuspension() - Method in class org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
Deprecated.
Use some other idiom, like SemaphoreStep.
withCallback(BodyExecutionCallback) - Method in class org.jenkinsci.plugins.workflow.cps.CpsBodyInvoker
 
withContext(Object) - Method in class org.jenkinsci.plugins.workflow.cps.CpsBodyInvoker
 
withContexts(Collection<?>) - Method in class org.jenkinsci.plugins.workflow.cps.CpsBodyInvoker
 
withDisplayName(String) - Method in class org.jenkinsci.plugins.workflow.cps.CpsBodyInvoker
 
withStartAction(Action) - Method in class org.jenkinsci.plugins.workflow.cps.CpsBodyInvoker
 

_

_Pipeline_Syntax() - Static method in class org.jenkinsci.plugins.workflow.cps.Messages
Key Pipeline.Syntax: Pipeline Syntax.
_Replay_permission_description() - Static method in class org.jenkinsci.plugins.workflow.cps.replay.Messages
Key Replay.permission.description: Ability to perform a new Pipeline build with an edited script..
_ReplayAction_displayName() - Static method in class org.jenkinsci.plugins.workflow.cps.replay.Messages
Key ReplayAction.displayName: Replay.
_ReplayAction_rebuild_displayName() - Static method in class org.jenkinsci.plugins.workflow.cps.replay.Messages
Key ReplayAction.rebuild.displayName: Rebuild.
_ReplayCause_shortDescription(Object) - Static method in class org.jenkinsci.plugins.workflow.cps.replay.Messages
Key ReplayCause.shortDescription: Replayed #{0}.
_ReplayCommand_shortDescription() - Static method in class org.jenkinsci.plugins.workflow.cps.replay.Messages
Key ReplayCommand.shortDescription: Replay a Pipeline build with edited script taken from standard input.
_Snippetizer_this_step_should_not_normally_be_used_in() - Static method in class org.jenkinsci.plugins.workflow.cps.Messages
Key Snippetizer.this_step_should_not_normally_be_used_in: This step should not normally be used in your script. Consult the inline help for details..
_SnippetizerLink_ExamplesLink_displayName() - Static method in class org.jenkinsci.plugins.workflow.cps.Messages
Key SnippetizerLink.ExamplesLink.displayName: Examples Reference.
_SnippetizerLink_GDSLLink_displayName() - Static method in class org.jenkinsci.plugins.workflow.cps.Messages
Key SnippetizerLink.GDSLLink.displayName: IntelliJ IDEA GDSL.
_SnippetizerLink_GeneratorLink_displayName() - Static method in class org.jenkinsci.plugins.workflow.cps.Messages
Key SnippetizerLink.GeneratorLink.displayName: Snippet Generator.
_SnippetizerLink_GlobalsReferenceLink_displayName() - Static method in class org.jenkinsci.plugins.workflow.cps.Messages
Key SnippetizerLink.GlobalsReferenceLink.displayName: Global Variables Reference.
_SnippetizerLink_OnlineDocsLink_displayName() - Static method in class org.jenkinsci.plugins.workflow.cps.Messages
Key SnippetizerLink.OnlineDocsLink.displayName: Online Documentation.
_SnippetizerLink_StepReferenceLink_displayName() - Static method in class org.jenkinsci.plugins.workflow.cps.Messages
Key SnippetizerLink.StepReferenceLink.displayName: Steps Reference.
$ A B C D E F G H I J K L M N O P R S T U V W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form