Uses of Package
org.jenkinsci.plugins.workflow.cps
Package
Description
-
ClassDescriptionBuilder pattern for accumulating configuration for executing the body.
FlowExecution
implemented with Groovy CPS.The script of a workflow.Represents aContinuable
that is either runnable or suspended (that waits for an external event.)Immutable snapshot of a state ofCpsThreadGroup
.List ofCpsThread
s that form a singleCpsFlowExecution
.Indicates that the method is only meant to be called by a thread that runsCpsThreadGroup.runner
Defines a provider of a global variable offered to flows.Extension point that defines a collection of global variables.A sample Pipeline Groovy script to appear in the<wfe:workflow-editor/>
.Hook to customize the behaviour ofGroovyShell
used to run workflow scripts.Determines what Groovy source files can be loaded in Pipelines.Takes aStep
as configured through the UI and tries to produce equivalent Groovy code.Represents a step or other step-like objects that should appear inSnippetizer
’s main dropdown list and can generate some fragment of Pipeline script.A link that will show up on the side panel of the snippet generator and other similar pages.Execute something in at the point where all CPS threads are at a safe point.Indicates the next step after theThreadTask
has run. -
-
-
ClassDescriptionIndicates that the method is only meant to be called by a thread that runs
CpsThreadGroup.runner