Uses of Class
org.jacoco.report.internal.html.index.ElementIndex
Packages that use ElementIndex
Package
Description
HTML report implementation.
-
Uses of ElementIndex in org.jacoco.report.html
Fields in org.jacoco.report.html declared as ElementIndex -
Uses of ElementIndex in org.jacoco.report.internal.html.page
Fields in org.jacoco.report.internal.html.page declared as ElementIndexConstructors in org.jacoco.report.internal.html.page with parameters of type ElementIndexModifierConstructorDescriptionSessionsPage
(List<SessionInfo> sessionInfos, Collection<ExecutionData> executionData, ElementIndex index, ReportPage parent, ReportOutputFolder folder, IHTMLReportContext context) Creates a new page page to display session information.