Uses of Class
org.jacoco.maven.AbstractReportMojo
-
Packages that use AbstractReportMojo Package Description org.jacoco.maven -
-
Uses of AbstractReportMojo in org.jacoco.maven
Subclasses of AbstractReportMojo in org.jacoco.maven Modifier and Type Class Description classReportAggregateMojoCreates a structured code coverage report (HTML, XML, and CSV) from multiple projects within reactor.classReportITMojoSame asreport, but provides default values suitable for integration-tests: bound toreport-integrationphase differentdataFileclassReportMojoCreates a code coverage report for tests of a single project in multiple formats (HTML, XML, and CSV).Methods in org.jacoco.maven with parameters of type AbstractReportMojo Modifier and Type Method Description (package private) abstract IReportVisitorReportFormat. createVisitor(AbstractReportMojo mojo, java.util.Locale locale)
-