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 class
ReportAggregateMojo
Creates a structured code coverage report (HTML, XML, and CSV) from multiple projects within reactor.class
ReportITMojo
Same asreport
, but provides default values suitable for integration-tests: bound toreport-integration
phase differentdataFile
class
ReportMojo
Creates 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 IReportVisitor
ReportFormat. createVisitor(AbstractReportMojo mojo, java.util.Locale locale)
-