org.codehaus.mojo.cobertura
Class CoberturaReportIntegrationTestMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.reporting.AbstractMavenReport
          extended by org.codehaus.mojo.cobertura.CoberturaReportMojo
              extended by org.codehaus.mojo.cobertura.CoberturaReportIntegrationTestMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.apache.maven.reporting.MavenReport

public class CoberturaReportIntegrationTestMojo
extends CoberturaReportMojo

Instrument the compiled classes, run the unit tests and integration tests and generate a Cobertura report.

Author:
Stevo Slavic

Field Summary
 
Fields inherited from interface org.apache.maven.reporting.MavenReport
CATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLE
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
CoberturaReportIntegrationTestMojo()
           
 
Method Summary
 
Methods inherited from class org.codehaus.mojo.cobertura.CoberturaReportMojo
canGenerateReport, executeReport, getDescription, getName, getOutputDirectory, getOutputName, getProject, getSiteRenderer, isExternalReport, setReportOutputDirectory
 
Methods inherited from class org.apache.maven.reporting.AbstractMavenReport
closeReport, execute, generate, getCategoryName, getReportOutputDirectory, getSink
 
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
 

Constructor Detail

CoberturaReportIntegrationTestMojo

public CoberturaReportIntegrationTestMojo()


Copyright © 2005–2015 Codehaus. All rights reserved.