Uses of Class
org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
Package
Description
-
Uses of CpsFlowExecution in org.jenkinsci.plugins.workflow.cps
Modifier and TypeMethodDescriptionCpsFlowDefinition.create
(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner handle, Action... actions) CpsFlowDefinition.create
(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner, TaskListener listener, List<? extends Action> actions) CpsFlowFactoryAction.create
(CpsFlowDefinition def, org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner, List<? extends Action> actions) Deprecated.CpsFlowFactoryAction2.create
(org.jenkinsci.plugins.workflow.flow.FlowDefinition def, org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner, List<? extends Action> actions) CpsScmFlowDefinition.create
(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner, TaskListener listener, List<? extends Action> actions) protected CpsFlowExecution
CpsStepContext.getExecution()
CpsThread.getExecution()
CpsThreadGroup.getExecution()
Modifier and TypeMethodDescriptionvoid
GroovyShellDecorator.configureCompiler
(CpsFlowExecution context, org.codehaus.groovy.control.CompilerConfiguration cc) Called withCompilerConfiguration
to provide opportunity to tweak the runtime environment further.void
GroovyShellDecorator.configureShell
(CpsFlowExecution context, groovy.lang.GroovyShell shell) Called with a configuredGroovyShell
to further tweak its behaviours.void
GroovyShellDecorator.customizeImports
(CpsFlowExecution context, org.codehaus.groovy.control.customizers.ImportCustomizer ic) Called withImportCustomizer
to auto-import more packages, etc. -
Uses of CpsFlowExecution in org.jenkinsci.plugins.workflow.cps.nodes
ModifierConstructorDescriptionStepAtomNode
(CpsFlowExecution exec, org.jenkinsci.plugins.workflow.steps.StepDescriptor d, org.jenkinsci.plugins.workflow.graph.FlowNode parent) StepEndNode
(CpsFlowExecution exec, StepStartNode stepStartNode, List<org.jenkinsci.plugins.workflow.graph.FlowNode> parents) StepEndNode
(CpsFlowExecution exec, StepStartNode stepStartNode, org.jenkinsci.plugins.workflow.graph.FlowNode... parents) StepStartNode
(CpsFlowExecution exec, org.jenkinsci.plugins.workflow.steps.StepDescriptor d, org.jenkinsci.plugins.workflow.graph.FlowNode parent) -
Uses of CpsFlowExecution in org.jenkinsci.plugins.workflow.cps.replay
Modifier and TypeMethodDescriptionReplayAction.getExecutionBlocking()
Fetches execution, blocking if needed while we wait for some of the loading process.Modifier and TypeMethodDescriptionOriginalLoadedScripts.loadScripts
(CpsFlowExecution execution) Finds scripts which are eligible for replacement.static String
ReplayAction.replace
(CpsFlowExecution execution, String clazz) Replaces some loaded script text with something else.ReplayAction.replacementsIn
(CpsFlowExecution execution) Finds a set of Groovy class names which are eligible for replacement.