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 RuntimeDataAgent.dataprivate static RuntimeDataOffline.dataMethods in org.jacoco.agent.rt.internal that return RuntimeDataModifier and TypeMethodDescriptionAgent.getData()Returns the runtime data object created by this agentprivate static RuntimeDataOffline.getRuntimeData() -
Uses of RuntimeData in org.jacoco.agent.rt.internal.output
Fields in org.jacoco.agent.rt.internal.output declared as RuntimeDataModifier and TypeFieldDescriptionprivate RuntimeDataFileOutput.dataprivate final RuntimeDataTcpConnection.dataMethods in org.jacoco.agent.rt.internal.output with parameters of type RuntimeDataModifier and TypeMethodDescriptionfinal voidFileOutput.startup(AgentOptions options, RuntimeData data) voidIAgentOutput.startup(AgentOptions options, RuntimeData data) Configure the agent controller with the supplied options and connect it to the coverage runtimefinal voidNoneOutput.startup(AgentOptions options, RuntimeData data) voidTcpClientOutput.startup(AgentOptions options, RuntimeData data) voidTcpServerOutput.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 RuntimeDataAbstractRuntime.dataaccess to the runtime dataMethods in org.jacoco.core.runtime with parameters of type RuntimeDataModifier and TypeMethodDescriptionvoidAbstractRuntime.startup(RuntimeData data) Subclasses must call this method when overwriting it.voidInjectedClassRuntime.startup(RuntimeData data) voidIRuntime.startup(RuntimeData data) Starts the coverage runtime.voidLoggerRuntime.startup(RuntimeData data) voidModifiedSystemClassRuntime.startup(RuntimeData data) voidSystemPropertiesRuntime.startup(RuntimeData data)