Uses of Class
org.jacoco.core.data.SessionInfo
Packages that use SessionInfo
Package
Description
Representation and persistence of execution data and session information.
Common interfaces and utilities for report generation.
-
Uses of SessionInfo in org.jacoco.core.data
Classes in org.jacoco.core.data that implement interfaces with type arguments of type SessionInfoModifier and TypeClassDescriptionclassData object describing a session which was the source of execution data.Fields in org.jacoco.core.data with type parameters of type SessionInfoMethods in org.jacoco.core.data that return SessionInfoModifier and TypeMethodDescriptionReturns 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 SessionInfoModifier and TypeMethodDescriptionSessionInfoStore.getInfos()Returns allSessionInfoobjects currently contained in the store.Methods in org.jacoco.core.data with parameters of type SessionInfoModifier and TypeMethodDescriptionintSessionInfo.compareTo(SessionInfo other) voidExecutionDataWriter.visitSessionInfo(SessionInfo info) voidISessionInfoVisitor.visitSessionInfo(SessionInfo info) Provides session information for the subsequent execution data calls.voidSessionInfoStore.visitSessionInfo(SessionInfo info) -
Uses of SessionInfo in org.jacoco.report
Method parameters in org.jacoco.report with type arguments of type SessionInfoModifier and TypeMethodDescriptionvoidIReportVisitor.visitInfo(List<SessionInfo> sessionInfos, Collection<ExecutionData> executionData) Initializes the report with global information.voidMultiReportVisitor.visitInfo(List<SessionInfo> sessionInfos, Collection<ExecutionData> executionData) -
Uses of SessionInfo in org.jacoco.report.internal.html.page
Fields in org.jacoco.report.internal.html.page with type parameters of type SessionInfoConstructor parameters in org.jacoco.report.internal.html.page with type arguments of type SessionInfoModifierConstructorDescriptionSessionsPage(List<SessionInfo> sessionInfos, 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 SessionInfoModifier and TypeMethodDescriptionvoidReportElement.sessioninfo(SessionInfo info) Creates a 'sessioninfo' element.