Package hudson.maven
Class MavenProbeAction
java.lang.Object
hudson.maven.MavenProbeAction
- All Implemented Interfaces:
Action,ModelObject
UI for probing Maven process.
This action is added to a build when it's started, and removed when it's completed.
- Since:
- 1.175
- Author:
- Kohsuke Kawaguchi
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoiddoScript(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) Gets the environment variables of the JVM on this computer.Obtains the heap dump.Gets the system properties of the JVM on this computer.Gets the thread dump of the agent JVM.
-
Field Details
-
owner
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
getSystemProperties
Gets the system properties of the JVM on this computer. If this is the controller, it returns the system property of the controller computer.- Throws:
IOExceptionInterruptedException
-
getEnvVars
Gets the environment variables of the JVM on this computer. If this is the controller, it returns the system property of the controller computer.- Throws:
IOExceptionInterruptedException
-
getThreadDump
Gets the thread dump of the agent JVM.- Returns:
- key is the thread name, and the value is the pre-formatted dump.
- Throws:
IOExceptionInterruptedException
-
doScript
public void doScript(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) throws IOException, jakarta.servlet.ServletException - Throws:
IOExceptionjakarta.servlet.ServletException
-
getHeapDump
Obtains the heap dump.- Throws:
IOException
-