Package | Description |
---|---|
org.jenkinsci.plugins.workflow.cps |
Modifier and Type | Field and Description |
---|---|
static CpsThreadDump |
CpsThreadDump.EMPTY
Constant that indicates everything is done and no thread is alive.
|
static CpsThreadDump |
CpsThreadDump.UNKNOWN
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CpsThreadDump |
CpsThreadDump.from(CpsThreadGroup g) |
static CpsThreadDump |
CpsThreadDump.from(Throwable t) |
static CpsThreadDump |
CpsThreadDump.fromText(String text)
A mock thread dump that merely displays some fixed text.
|
CpsThreadDump |
CpsThreadGroup.getThreadDump() |
CpsThreadDump |
CpsFlowExecution.getThreadDump()
Synchronously obtain the current state of the workflow program.
|
Copyright © 2016–2020. All rights reserved.