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
IOException
InterruptedException
public FilePath obtain() throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2019. All rights reserved.