Package | Description |
---|---|
org.jenkinsci.plugins.workflow.cps | |
org.jenkinsci.plugins.workflow.cps.steps |
Modifier and Type | Method and Description |
---|---|
CpsThread |
CpsThreadGroup.addThread(com.cloudbees.groovy.cps.Continuable program,
org.jenkinsci.plugins.workflow.cps.FlowHead head,
org.jenkinsci.plugins.workflow.cps.ContextVariableSet contextVariables) |
static CpsThread |
CpsThread.current()
While
CpsThreadGroup executes, this method returns CpsThread
that's running. |
org.jenkinsci.plugins.workflow.cps.BodyReference |
CpsThreadGroup.export(groovy.lang.Closure body) |
org.jenkinsci.plugins.workflow.cps.BodyReference |
CpsThreadGroup.export(groovy.lang.Script body) |
Object |
DSL.invokeMethod(String name,
Object args)
Executes the
Step implementation specified by the name argument. |
void |
CpsThreadGroup.saveProgram(File f) |
void |
CpsThread.stop(Throwable t)
Stops the execution of this thread.
|
void |
CpsThreadGroup.unexport(org.jenkinsci.plugins.workflow.cps.BodyReference ref) |
Modifier and Type | Method and Description |
---|---|
org.jenkinsci.plugins.workflow.steps.StepExecution |
ParallelStep.start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
Copyright © 2016–2020. All rights reserved.