public static class RemotingDiagnostics.HeapDump extends Object
| Constructor and Description |
|---|
HeapDump(AccessControlled owner,
hudson.remoting.VirtualChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
doHeapDump(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
void |
doIndex(org.kohsuke.stapler.StaplerResponse rsp)
Obtains the heap dump.
|
FilePath |
obtain() |
public HeapDump(AccessControlled owner, hudson.remoting.VirtualChannel channel)
public void doIndex(org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
IOException@WebMethod(name="heapdump.hprof")
public void doHeapDump(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic FilePath obtain() throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2019. All rights reserved.