Class CpsThreadDumpAction

java.lang.Object
org.jenkinsci.plugins.workflow.cps.RunningFlowAction
org.jenkinsci.plugins.workflow.cps.CpsThreadDumpAction
All Implemented Interfaces:
Action, ModelObject

public final class CpsThreadDumpAction extends RunningFlowAction
Shows thread dump for CpsFlowExecution.
  • Method Details

    • getIconFileName

      public String getIconFileName()
    • getDisplayName

      public String getDisplayName()
    • getUrlName

      public String getUrlName()
    • getParentUrl

      public String getParentUrl() throws IOException
      Throws:
      IOException
    • getThreadDump

      public CpsThreadDump getThreadDump()
    • doProgramDotXml

      @WebMethod(name="program.xml") public void doProgramDotXml(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws Exception
      Throws:
      Exception