Class CpsThreadDump
java.lang.Object
org.jenkinsci.plugins.workflow.cps.CpsThreadDump
Immutable snapshot of a state of
CpsThreadGroup
.- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final CpsThreadDump
Constant that indicates everything is done and no thread is alive.static final CpsThreadDump
Deprecated.final boolean
Whether this is an actual list of threads, or just some special text such as a list of pickles. -
Method Summary
Modifier and TypeMethodDescriptionstatic CpsThreadDump
static CpsThreadDump
static CpsThreadDump
A mock thread dump that merely displays some fixed text.void
print
(PrintStream ps) void
print
(PrintWriter w) toString()
-
Field Details
-
valid
public final boolean validWhether this is an actual list of threads, or just some special text such as a list of pickles. -
EMPTY
Constant that indicates everything is done and no thread is alive. -
UNKNOWN
Deprecated.
-
-
Method Details