Package | Description |
---|---|
org.jenkinsci.plugins.workflow.cps |
Modifier and Type | Class and Description |
---|---|
class |
CpsBodyInvoker
Builder pattern for accumulating configuration for executing the body.
|
class |
CpsFlowDefinition |
class |
CpsFlowExecution
FlowExecution implemented with Groovy CPS. |
class |
CpsScmFlowDefinition |
class |
CpsScript
The script of a workflow.
|
class |
CpsStepContext
StepContext implementation for CPS. |
class |
CpsThread
Represents a
Continuable that is either runnable or suspended (that waits for an
external event.) |
class |
CpsThreadGroup
List of
CpsThread s that form a single CpsFlowExecution . |
class |
DSL
Calls
Step s and other DSL objects. |
Copyright © 2016–2020. All rights reserved.