Class CpsThreadDumpAction
java.lang.Object
org.jenkinsci.plugins.workflow.cps.CpsThreadDumpAction
- All Implemented Interfaces:
Action
,ModelObject
Shows thread dump for
CpsFlowExecution
.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doProgramDotXml
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
-
Method Details
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
getParentUrl
- Throws:
IOException
-
getThreadDump
-
doProgramDotXml
@WebMethod(name="program.xml") public void doProgramDotXml(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws Exception - Throws:
Exception
-