|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.maven.MavenProbeAction
public final class MavenProbeAction
UI for probing Maven process.
This action is added to a build when it's started, and removed when it's completed.
| Field Summary | |
|---|---|
AbstractProject<?,?> |
owner
|
| Method Summary | |
|---|---|
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. |
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final AbstractProject<?,?> owner
| Method Detail |
|---|
public String getIconFileName()
getIconFileName in interface Actionpublic String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObjectpublic String getUrlName()
getUrlName in interface Action
public Map<Object,Object> getSystemProperties()
throws IOException,
InterruptedException
IOException
InterruptedException
public Map<String,String> getEnvVars()
throws IOException,
InterruptedException
IOException
InterruptedException
public Map<String,String> getThreadDump()
throws IOException,
InterruptedException
IOException
InterruptedException
public void doScript(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException
IOException
javax.servlet.ServletException
public RemotingDiagnostics.HeapDump getHeapDump()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||