Uses of Interface
org.jacoco.report.IReportGroupVisitor
Packages that use IReportGroupVisitor
Package
Description
Common interfaces and utilities for report generation.
CSV report implementation.
-
Uses of IReportGroupVisitor in org.jacoco.ant
Methods in org.jacoco.ant with parameters of type IReportGroupVisitorModifier and TypeMethodDescriptionprivate voidReportTask.createReport(IReportGroupVisitor visitor, ReportTask.GroupElement group) -
Uses of IReportGroupVisitor in org.jacoco.maven
Methods in org.jacoco.maven with parameters of type IReportGroupVisitorModifier and TypeMethodDescription(package private) abstract voidAbstractReportMojo.createReport(IReportGroupVisitor visitor, ReportSupport support) (package private) voidReportAggregateMojo.createReport(IReportGroupVisitor visitor, ReportSupport support) (package private) voidReportITMojo.createReport(IReportGroupVisitor visitor, ReportSupport support) (package private) voidReportMojo.createReport(IReportGroupVisitor visitor, ReportSupport support) private voidReportAggregateMojo.processProject(ReportSupport support, IReportGroupVisitor group, org.apache.maven.project.MavenProject project) voidReportSupport.processProject(IReportGroupVisitor visitor, String bundleName, org.apache.maven.project.MavenProject project, List<String> includes, List<String> excludes, String srcEncoding) Calculates coverage for the given project and emits it to the report group including source referencesprivate voidReportSupport.processProject(IReportGroupVisitor visitor, String bundleName, org.apache.maven.project.MavenProject project, List<String> includes, List<String> excludes, ISourceFileLocator locator) voidReportSupport.processProject(IReportGroupVisitor visitor, org.apache.maven.project.MavenProject project, List<String> includes, List<String> excludes) Calculates coverage for the given project and emits it to the report group without source references -
Uses of IReportGroupVisitor in org.jacoco.report
Subinterfaces of IReportGroupVisitor in org.jacoco.reportModifier and TypeInterfaceDescriptioninterfaceInterface for all implementations to retrieve structured report data.Classes in org.jacoco.report that implement IReportGroupVisitorModifier and TypeClassDescription(package private) classclassA report visitor that is composed from multiple other visitors.Fields in org.jacoco.report with type parameters of type IReportGroupVisitorModifier and TypeFieldDescriptionprivate final List<? extends IReportGroupVisitor> MultiGroupVisitor.visitorsMethods in org.jacoco.report that return IReportGroupVisitorModifier and TypeMethodDescriptionIReportGroupVisitor.visitGroup(String name) Called to add a new group to the report.MultiGroupVisitor.visitGroup(String name) Constructor parameters in org.jacoco.report with type arguments of type IReportGroupVisitorModifierConstructorDescription(package private)MultiGroupVisitor(List<? extends IReportGroupVisitor> visitors) -
Uses of IReportGroupVisitor in org.jacoco.report.csv
Classes in org.jacoco.report.csv that implement IReportGroupVisitorModifier and TypeClassDescription(package private) classReport visitor that handles coverage information for groups.Methods in org.jacoco.report.csv that return IReportGroupVisitor -
Uses of IReportGroupVisitor in org.jacoco.report.internal
Classes in org.jacoco.report.internal that implement IReportGroupVisitorModifier and TypeClassDescriptionclassInternal base visitor to calculate group counter summaries for hierarchical reports.Methods in org.jacoco.report.internal that return IReportGroupVisitorModifier and TypeMethodDescriptionfinal IReportGroupVisitorAbstractGroupVisitor.visitGroup(String name) -
Uses of IReportGroupVisitor in org.jacoco.report.internal.html
Classes in org.jacoco.report.internal.html that implement IReportGroupVisitor -
Uses of IReportGroupVisitor in org.jacoco.report.internal.xml
Classes in org.jacoco.report.internal.xml that implement IReportGroupVisitorModifier and TypeClassDescriptionclassAIReportGroupVisitorthat transforms the report structure into XML elements.