Class CpsThreadDump.ThreadInfo
java.lang.Object
org.jenkinsci.plugins.workflow.cps.CpsThreadDump.ThreadInfo
- Enclosing class:
- CpsThreadDump
-
Constructor Summary
ConstructorDescriptionCreate a fakeCpsThreadDump.ThreadInfo
from aThrowable
that copies its stack trace history. -
Method Summary
Modifier and TypeMethodDescriptionCan be empty but never be null.void
print
(PrintWriter w) toString()
-
Constructor Details
-
ThreadInfo
Create a fakeCpsThreadDump.ThreadInfo
from aThrowable
that copies its stack trace history.
-
-
Method Details