| Package | Description |
|---|---|
| org.jacoco.core.data |
Representation and persistence of execution data and session information.
|
| org.jacoco.report |
Common interfaces and utilities for report generation.
|
| org.jacoco.report.internal.html.page |
| Modifier and Type | Method | Description |
|---|---|---|
SessionInfo |
SessionInfoStore.getMerged(java.lang.String id) |
Returns a new session info with the given id that contains a merged
version from all contained version.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<SessionInfo> |
SessionInfoStore.getInfos() |
Returns all
SessionInfo objects currently contained in the store. |
| Modifier and Type | Method | Description |
|---|---|---|
int |
SessionInfo.compareTo(SessionInfo other) |
|
void |
ExecutionDataWriter.visitSessionInfo(SessionInfo info) |
|
void |
ISessionInfoVisitor.visitSessionInfo(SessionInfo info) |
Provides session information for the subsequent execution data calls.
|
void |
SessionInfoStore.visitSessionInfo(SessionInfo info) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
IReportVisitor.visitInfo(java.util.List<SessionInfo> sessionInfos,
java.util.Collection<ExecutionData> executionData) |
Initializes the report with global information.
|
void |
MultiReportVisitor.visitInfo(java.util.List<SessionInfo> sessionInfos,
java.util.Collection<ExecutionData> executionData) |
| 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.
|
Copyright © 2018. All rights reserved.