Package | Description |
---|---|
org.jenkinsci.plugins.workflow.cps | |
org.jenkinsci.plugins.workflow.cps.nodes | |
org.jenkinsci.plugins.workflow.cps.replay |
Modifier and Type | Method and Description |
---|---|
CpsFlowExecution |
CpsFlowFactoryAction.create(CpsFlowDefinition def,
org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner,
List<? extends Action> actions)
Deprecated.
|
CpsFlowExecution |
CpsFlowFactoryAction2.create(org.jenkinsci.plugins.workflow.flow.FlowDefinition def,
org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner,
List<? extends Action> actions) |
CpsFlowExecution |
CpsFlowDefinition.create(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner handle,
Action... actions) |
CpsFlowExecution |
CpsFlowDefinition.create(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner,
TaskListener listener,
List<? extends Action> actions) |
CpsFlowExecution |
CpsScmFlowDefinition.create(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner,
TaskListener listener,
List<? extends Action> actions) |
CpsFlowExecution |
CpsThreadGroup.getExecution() |
CpsFlowExecution |
CpsThread.getExecution() |
protected CpsFlowExecution |
CpsStepContext.getExecution() |
Modifier and Type | Method and Description |
---|---|
void |
GroovyShellDecorator.configureCompiler(CpsFlowExecution context,
org.codehaus.groovy.control.CompilerConfiguration cc)
Called with
CompilerConfiguration to provide opportunity to tweak the runtime environment further. |
void |
GroovyShellDecorator.configureShell(CpsFlowExecution context,
groovy.lang.GroovyShell shell)
Called with a configured
GroovyShell to further tweak its behaviours. |
void |
GroovyShellDecorator.customizeImports(CpsFlowExecution context,
org.codehaus.groovy.control.customizers.ImportCustomizer ic)
Called with
ImportCustomizer to auto-import more packages, etc. |
Constructor and Description |
---|
StepAtomNode(CpsFlowExecution exec,
org.jenkinsci.plugins.workflow.steps.StepDescriptor d,
org.jenkinsci.plugins.workflow.graph.FlowNode parent) |
StepEndNode(CpsFlowExecution exec,
StepStartNode stepStartNode,
org.jenkinsci.plugins.workflow.graph.FlowNode... parents) |
StepEndNode(CpsFlowExecution exec,
StepStartNode stepStartNode,
List<org.jenkinsci.plugins.workflow.graph.FlowNode> parents) |
StepStartNode(CpsFlowExecution exec,
org.jenkinsci.plugins.workflow.steps.StepDescriptor d,
org.jenkinsci.plugins.workflow.graph.FlowNode parent) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
OriginalLoadedScripts.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.
|
static Set<String> |
ReplayAction.replacementsIn(CpsFlowExecution execution)
Finds a set of Groovy class names which are eligible for replacement.
|
Copyright © 2016–2020. All rights reserved.