Uses of Class
org.jacoco.report.internal.html.index.ElementIndex
-
Packages that use ElementIndex Package Description org.jacoco.report.internal.html.page -
-
Uses of ElementIndex in org.jacoco.report.internal.html.page
Constructors in org.jacoco.report.internal.html.page with parameters of type ElementIndex Constructor Description SessionsPage(java.util.List<SessionInfo> sessionInfos, java.util.Collection<ExecutionData> executionData, ElementIndex index, ReportPage parent, ReportOutputFolder folder, IHTMLReportContext context)
Creates a new page page to display session information.
-