Uses of Class
org.jacoco.report.internal.html.index.ElementIndex
-
Packages that use ElementIndex Package Description org.jacoco.report.html HTML report implementation.org.jacoco.report.internal.html.page -
-
Uses of ElementIndex in org.jacoco.report.html
Fields in org.jacoco.report.html declared as ElementIndex Modifier and Type Field Description private ElementIndex
HTMLFormatter. index
-
Uses of ElementIndex in org.jacoco.report.internal.html.page
Fields in org.jacoco.report.internal.html.page declared as ElementIndex Modifier and Type Field Description private ElementIndex
SessionsPage. index
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.
-