public class CheckMojo extends AbstractJacocoMojo implements org.jacoco.report.check.IViolationsOutput
| Constructor and Description |
|---|
CheckMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeMojo()
Executes Mojo.
|
void |
onViolation(org.jacoco.core.analysis.ICoverageNode node,
org.jacoco.report.check.Rule rule,
org.jacoco.report.check.Limit limit,
String message) |
execute, getExcludes, getIncludes, getProject, skipMojopublic void executeMojo()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoExecutionException
AbstractJacocoMojoexecuteMojo in class AbstractJacocoMojoorg.apache.maven.plugin.MojoExecutionException - if an unexpected problem occurs. Throwing this exception
causes a "BUILD ERROR" message to be displayed.public void onViolation(org.jacoco.core.analysis.ICoverageNode node,
org.jacoco.report.check.Rule rule,
org.jacoco.report.check.Limit limit,
String message)
onViolation in interface org.jacoco.report.check.IViolationsOutputCopyright © 2009-2015 Mountainminds GmbH & Co. KG. All Rights Reserved.