Uses of Class
org.jenkinsci.plugins.workflow.cps.CpsThreadDump
-
Uses of CpsThreadDump in org.jenkinsci.plugins.workflow.cps
Modifier and TypeFieldDescriptionstatic final CpsThreadDump
CpsThreadDump.EMPTY
Constant that indicates everything is done and no thread is alive.static final CpsThreadDump
CpsThreadDump.UNKNOWN
Deprecated.Modifier 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()