Uses of Class
org.jacoco.core.runtime.RuntimeData
Packages that use RuntimeData
Package
Description
Runtime control and execution data collection.
-
Uses of RuntimeData in org.jacoco.agent.rt.internal
Fields in org.jacoco.agent.rt.internal declared as RuntimeDataModifier and TypeFieldDescriptionprivate final RuntimeData
Agent.data
private static RuntimeData
Offline.data
Methods in org.jacoco.agent.rt.internal that return RuntimeDataModifier and TypeMethodDescriptionAgent.getData()
Returns the runtime data object created by this agentprivate static RuntimeData
Offline.getRuntimeData()
-
Uses of RuntimeData in org.jacoco.agent.rt.internal.output
Fields in org.jacoco.agent.rt.internal.output declared as RuntimeDataModifier and TypeFieldDescriptionprivate RuntimeData
FileOutput.data
private final RuntimeData
TcpConnection.data
Methods in org.jacoco.agent.rt.internal.output with parameters of type RuntimeDataModifier and TypeMethodDescriptionfinal void
FileOutput.startup
(AgentOptions options, RuntimeData data) void
IAgentOutput.startup
(AgentOptions options, RuntimeData data) Configure the agent controller with the supplied options and connect it to the coverage runtimefinal void
NoneOutput.startup
(AgentOptions options, RuntimeData data) void
TcpClientOutput.startup
(AgentOptions options, RuntimeData data) void
TcpServerOutput.startup
(AgentOptions options, RuntimeData data) Constructors in org.jacoco.agent.rt.internal.output with parameters of type RuntimeData -
Uses of RuntimeData in org.jacoco.core.runtime
Fields in org.jacoco.core.runtime declared as RuntimeDataModifier and TypeFieldDescriptionprotected RuntimeData
AbstractRuntime.data
access to the runtime dataMethods in org.jacoco.core.runtime with parameters of type RuntimeDataModifier and TypeMethodDescriptionvoid
AbstractRuntime.startup
(RuntimeData data) Subclasses must call this method when overwriting it.void
InjectedClassRuntime.startup
(RuntimeData data) void
IRuntime.startup
(RuntimeData data) Starts the coverage runtime.void
LoggerRuntime.startup
(RuntimeData data) void
ModifiedSystemClassRuntime.startup
(RuntimeData data) void
SystemPropertiesRuntime.startup
(RuntimeData data)