Package | Description |
---|---|
org.jenkinsci.plugins.workflow.cps |
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. |
CpsThread |
CpsThreadGroup.getThread(int id)
Returns the thread with the specified id.
|
Modifier and Type | Method and Description |
---|---|
Iterable<CpsThread> |
CpsThreadGroup.getThreads()
Returns an unmodifiable snapshot of all threads in the thread group.
|
Modifier and Type | Method and Description |
---|---|
protected ThreadTaskResult |
Safepoint.eval(CpsThread cur) |
protected abstract ThreadTaskResult |
ThreadTask.eval(CpsThread cur) |
Copyright © 2016–2020. All rights reserved.