Interface | Description |
---|---|
CpsFlowFactoryAction | Deprecated
Use
CpsFlowFactoryAction2 instead. |
CpsFlowFactoryAction2 |
Action that can be passed to FlowDefinition.create(FlowExecutionOwner, List)
that can take over the instantiation of CpsFlowExecution . |
GroovySample |
A sample Pipeline Groovy script to appear in the
<wfe:workflow-editor/> . |
Class | Description |
---|---|
CpsBodyInvoker |
Builder pattern for accumulating configuration for executing the body.
|
CpsClosure2 |
CpsClosure that intercepts the sleep call so that it gets handled via SleepStep,
instead of DefaultGroovyStaticMethods.sleep(Object, long) that Groovy adds to Object . |
CpsFlowDefinition | |
CpsFlowDefinition.DescriptorImpl | |
CpsFlowDefinitionValidator | |
CpsFlowDefinitionValidator.CheckStatus | |
CpsFlowExecution |
FlowExecution implemented with Groovy CPS. |
CpsFlowExecution.ConverterImpl | |
CpsFlowExecution.PipelineTimings | |
CpsScmFlowDefinition | |
CpsScmFlowDefinition.DescriptorImpl | |
CpsScript |
The script of a workflow.
|
CpsStepContext |
StepContext implementation for CPS. |
CpsThread |
Represents a
Continuable that is either runnable or suspended (that waits for an
external event.) |
CpsThreadDump |
Immutable snapshot of a state of
CpsThreadGroup . |
CpsThreadDump.ThreadInfo | |
CpsThreadDumpAction |
Shows thread dump for
CpsFlowExecution . |
CpsThreadDumpAction.PipelineThreadDump | |
CpsThreadGroup |
List of
CpsThread s that form a single CpsFlowExecution . |
DSL |
Calls
Step s and other DSL objects. |
EnvActionImpl | |
EnvActionImpl.Binder | |
EnvActionImpl.Copier | |
GlobalVariable |
Defines a provider of a global variable offered to flows.
|
GlobalVariableSet |
Extension point that defines a collection of global variables.
|
GlobalVariableSet.GlobalVariableProvider |
Allow
GlobalVariable s to be defined with Extension , and make them discoverable
via GlobalVariableSet . |
GroovySample.GitHubMaven | |
GroovySample.Hello | |
GroovySample.Registry | |
GroovySample.Scripted | |
GroovySample.Static | |
GroovyShellDecorator |
Hook to customize the behaviour of
GroovyShell
used to run workflow scripts. |
Messages |
Generated localization support class.
|
ParamsVariable |
Allows access to
ParametersAction . |
PauseUnpauseAction |
Allows a running flow to be paused or unpaused.
|
RunningFlowActions |
Adds actions to the sidebar of a running Pipeline build.
|
RunWrapperBinder | |
Safepoint |
Safepoint called from the CPS interpreter.
|
Snippetizer |
Takes a
Step as configured through the UI and tries to produce equivalent Groovy code. |
Snippetizer.LocalAction |
May be added to various contexts to offer the Pipeline Groovy link where it is appropriate.
|
Snippetizer.PerJobAdder | |
Snippetizer.QuasiDescriptor |
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 |
A link that will show up on the side panel of the snippet generator and other similar pages.
|
SnippetizerLink.ExamplesLink | |
SnippetizerLink.GDSLLink | |
SnippetizerLink.GeneratorLink | |
SnippetizerLink.GlobalsReferenceLink | |
SnippetizerLink.OnlineDocsLink | |
SnippetizerLink.StepReferenceLink | |
ThreadTask |
Execute something in at the point where all CPS threads are at a safe point.
|
ThreadTaskResult |
Indicates the next step after the
ThreadTask has run. |
Exception | Description |
---|---|
CpsCompilationErrorsException |
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). |
Annotation Type | Description |
---|---|
CpsVmThreadOnly |
Indicates that the method is only meant to be called by
a thread that runs
CpsThreadGroup.runner |
Copyright © 2016–2020. All rights reserved.