Uses of Class
org.jenkinsci.plugins.workflow.cps.CpsFlowExecution
Packages that use CpsFlowExecution
Package
Description
-
Uses of CpsFlowExecution in org.jenkinsci.plugins.workflow.cps
Methods in org.jenkinsci.plugins.workflow.cps that return CpsFlowExecutionModifier 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 CpsFlowExecutionCpsStepContext.getExecution()CpsThread.getExecution()CpsThreadGroup.getExecution()Methods in org.jenkinsci.plugins.workflow.cps with parameters of type CpsFlowExecutionModifier and TypeMethodDescriptionvoidGroovyShellDecorator.configureCompiler(CpsFlowExecution context, org.codehaus.groovy.control.CompilerConfiguration cc) Called withCompilerConfigurationto provide opportunity to tweak the runtime environment further.voidGroovyShellDecorator.configureShell(CpsFlowExecution context, groovy.lang.GroovyShell shell) Called with a configuredGroovyShellto further tweak its behaviours.voidGroovyShellDecorator.customizeImports(CpsFlowExecution context, org.codehaus.groovy.control.customizers.ImportCustomizer ic) Called withImportCustomizerto auto-import more packages, etc. -
Uses of CpsFlowExecution in org.jenkinsci.plugins.workflow.cps.nodes
Constructors in org.jenkinsci.plugins.workflow.cps.nodes with parameters of type CpsFlowExecutionModifierConstructorDescriptionStepAtomNode(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
Methods in org.jenkinsci.plugins.workflow.cps.replay that return CpsFlowExecutionModifier and TypeMethodDescriptionReplayAction.getExecutionBlocking()Fetches execution, blocking if needed while we wait for some of the loading process.Methods in org.jenkinsci.plugins.workflow.cps.replay with parameters of type CpsFlowExecutionModifier and TypeMethodDescriptionOriginalLoadedScripts.loadScripts(CpsFlowExecution execution) Finds scripts which are eligible for replacement.static StringReplayAction.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.