Uses of Class
org.jenkinsci.plugins.workflow.cps.CpsThread
Packages that use CpsThread
-
Uses of CpsThread in org.jenkinsci.plugins.workflow.cps
Methods in org.jenkinsci.plugins.workflow.cps that return CpsThreadModifier 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.Methods in org.jenkinsci.plugins.workflow.cps that return types with arguments of type CpsThreadModifier and TypeMethodDescriptionCpsThreadGroup.getThreads()
Returns an unmodifiable snapshot of all threads in the thread group.Methods in org.jenkinsci.plugins.workflow.cps with parameters of type CpsThread