api / org.gradle.testing.jacoco.plugins / JacocoPlugin

JacocoPlugin

@Incubating open class JacocoPlugin : Plugin<ProjectInternal>

Plugin that provides support for generating Jacoco coverage data.

Constructors

<init>

JacocoPlugin(instantiator: Instantiator)

Properties

AGENT_CONFIGURATION_NAME

static val AGENT_CONFIGURATION_NAME: String

ANT_CONFIGURATION_NAME

static val ANT_CONFIGURATION_NAME: String

DEFAULT_JACOCO_VERSION

static val DEFAULT_JACOCO_VERSION: String

The jacoco version used if none is explicitly specified.

PLUGIN_EXTENSION_NAME

static val PLUGIN_EXTENSION_NAME: String

Functions

apply

open fun apply(project: ProjectInternal): Unit

configureDefaultOutputPathForJacocoMerge

open fun configureDefaultOutputPathForJacocoMerge(): Any