public final class MavenProbeAction extends Object implements hudson.model.Action
This action is added to a build when it's started, and removed when it's completed.
| Modifier and Type | Field and Description |
|---|---|
hudson.model.AbstractProject<?,?> |
owner |
| Modifier and Type | Method and Description |
|---|---|
void |
doScript(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
String |
getDisplayName() |
Map<String,String> |
getEnvVars()
Gets the environment variables of the JVM on this computer.
|
hudson.util.RemotingDiagnostics.HeapDump |
getHeapDump()
Obtains the heap dump.
|
String |
getIconFileName() |
Map<Object,Object> |
getSystemProperties()
Gets the system properties of the JVM on this computer.
|
Map<String,String> |
getThreadDump()
Gets the thread dump of the slave JVM.
|
String |
getUrlName() |
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic Map<Object,Object> getSystemProperties() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic Map<String,String> getEnvVars() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic Map<String,String> getThreadDump() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void doScript(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.RemotingDiagnostics.HeapDump getHeapDump()
throws IOException
IOExceptionCopyright © 2016–2017. All rights reserved.