Class CpsThreadDumpAction
java.lang.Object
org.jenkinsci.plugins.workflow.cps.RunningFlowAction
org.jenkinsci.plugins.workflow.cps.CpsThreadDumpAction
- All Implemented Interfaces:
- Action,- ModelObject
Shows thread dump for 
CpsFlowExecution.- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionvoiddoProgramDotXml(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) 
- 
Method Details- 
getIconFileName
- 
getDisplayName
- 
getUrlName
- 
getParentUrl- Throws:
- IOException
 
- 
getThreadDump
- 
doProgramDotXml@WebMethod(name="program.xml") public void doProgramDotXml(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) throws Exception - Throws:
- Exception
 
 
-