Uses of Class
org.jenkinsci.plugins.workflow.cps.CpsThread
-
Uses of CpsThread in org.jenkinsci.plugins.workflow.cps
Modifier and TypeMethodDescriptionCpsThreadGroup.addThread
(Continuable program, org.jenkinsci.plugins.workflow.cps.FlowHead head, org.jenkinsci.plugins.workflow.cps.ContextVariableSet contextVariables) static CpsThread
CpsThread.current()
WhileCpsThreadGroup
executes, this method returnsCpsThread
that's running.CpsThreadGroup.getThread
(int id) Returns the thread with the specified id.Modifier and TypeMethodDescriptionCpsThreadGroup.getThreads()
Returns an unmodifiable snapshot of all threads in the thread group.