Uses of Package
org.jenkinsci.plugins.workflow.cps
Packages that use org.jenkinsci.plugins.workflow.cps
Package
Description
-
Classes in org.jenkinsci.plugins.workflow.cps used by org.jenkinsci.plugins.workflow.cpsClassDescriptionBuilder pattern for accumulating configuration for executing the body.
FlowExecutionimplemented with Groovy CPS.The script of a workflow.Represents aContinuablethat is either runnable or suspended (that waits for an external event.)Immutable snapshot of a state ofCpsThreadGroup.List ofCpsThreads that form a singleCpsFlowExecution.Indicates that the method is only meant to be called by a thread that runsCpsThreadGroup.runnerDefines 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 ofGroovyShellused to run workflow scripts.Determines what Groovy source files can be loaded in Pipelines.Parent class for transientActions of running pipeline builds.Takes aStepas 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 theThreadTaskhas run. -
Classes in org.jenkinsci.plugins.workflow.cps used by org.jenkinsci.plugins.workflow.cps.nodes
-
Classes in org.jenkinsci.plugins.workflow.cps used by org.jenkinsci.plugins.workflow.cps.replay
-
Classes in org.jenkinsci.plugins.workflow.cps used by org.jenkinsci.plugins.workflow.cps.stepsClassDescriptionIndicates that the method is only meant to be called by a thread that runs
CpsThreadGroup.runner