Package hudson.util
Class RemotingDiagnostics.HeapDump
java.lang.Object
hudson.util.RemotingDiagnostics.HeapDump
- All Implemented Interfaces:
ModelObject
- Enclosing class:
- RemotingDiagnostics
Heap dump, exposable to URL via Stapler.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doHeapDump
(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) obtain()
-
Constructor Details
-
HeapDump
-
-
Method Details
-
doHeapDump
@WebMethod(name="heapdump.hprof") public void doHeapDump(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-
getContext
-
obtain
- Throws:
IOException
InterruptedException
-
getDisplayName
- Specified by:
getDisplayName
in interfaceModelObject
-