org.jacoco.maven
Class DumpMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.jacoco.maven.AbstractJacocoMojo
org.jacoco.maven.DumpMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="dump",
defaultPhase=POST_INTEGRATION_TEST,
threadSafe=true)
public class DumpMojo- extends AbstractJacocoMojo
Request a dump over TCP/IP from a JaCoCo agent running in
tcpserver mode.
Note concerning parallel builds: While the dump goal as such is thread safe,
it has to be considered that TCP/IP server ports of the agents are a shared
resource.
- Since:
- 0.6.4
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DumpMojo
public DumpMojo()
executeMojo
public void executeMojo()
throws org.apache.maven.plugin.MojoExecutionException
- Description copied from class:
AbstractJacocoMojo
- Executes Mojo.
- Specified by:
executeMojo in class AbstractJacocoMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException - if an unexpected problem occurs. Throwing this exception
causes a "BUILD ERROR" message to be displayed.
Copyright © 2009–2020 Mountainminds GmbH & Co. KG. All rights reserved.