Uses of Class
org.jenkinsci.plugins.workflow.cps.CpsThreadDump
Packages that use CpsThreadDump
-
Uses of CpsThreadDump in org.jenkinsci.plugins.workflow.cps
Fields in org.jenkinsci.plugins.workflow.cps declared as CpsThreadDumpModifier and TypeFieldDescriptionstatic final CpsThreadDump
CpsThreadDump.EMPTY
Constant that indicates everything is done and no thread is alive.static final CpsThreadDump
CpsThreadDump.UNKNOWN
Deprecated.Methods in org.jenkinsci.plugins.workflow.cps that return CpsThreadDumpModifier and TypeMethodDescriptionstatic CpsThreadDump
static CpsThreadDump
CpsThreadDump.from
(CpsThreadGroup g) static CpsThreadDump
A mock thread dump that merely displays some fixed text.CpsFlowExecution.getThreadDump()
Synchronously obtain the current state of the workflow program.CpsThreadDumpAction.getThreadDump()
CpsThreadGroup.getThreadDump()