Class CpsThreadDump
java.lang.Object
org.jenkinsci.plugins.workflow.cps.CpsThreadDump
Immutable snapshot of a state of
CpsThreadGroup.- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CpsThreadDumpConstant that indicates everything is done and no thread is alive.static final CpsThreadDumpDeprecated.final booleanWhether this is an actual list of threads, or just some special text such as a list of pickles. -
Method Summary
Modifier and TypeMethodDescriptionstatic CpsThreadDumpstatic CpsThreadDumpstatic CpsThreadDumpA mock thread dump that merely displays some fixed text.voidprint(PrintStream ps) voidprint(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