Uses of Class
org.jacoco.core.data.SessionInfo
-
Packages that use SessionInfo 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 org.jacoco.report.internal.xml -
-
Uses of SessionInfo in org.jacoco.core.data
Methods in org.jacoco.core.data that return SessionInfo 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.Methods in org.jacoco.core.data that return types with arguments of type SessionInfo Modifier and Type Method Description java.util.List<SessionInfo>
SessionInfoStore. getInfos()
Returns allSessionInfo
objects currently contained in the store.Methods in org.jacoco.core.data with parameters of type SessionInfo 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)
-
Uses of SessionInfo in org.jacoco.report
Method parameters in org.jacoco.report with type arguments of type SessionInfo 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)
-
Uses of SessionInfo in org.jacoco.report.internal.html.page
Constructor parameters in org.jacoco.report.internal.html.page with type arguments of type SessionInfo 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. -
Uses of SessionInfo in org.jacoco.report.internal.xml
Methods in org.jacoco.report.internal.xml with parameters of type SessionInfo Modifier and Type Method Description void
ReportElement. sessioninfo(SessionInfo info)
Creates a 'sessioninfo' element.
-