JacocoPlugin

abstract class JacocoPlugin : Plugin<Project> (source)

Plugin that provides support for generating Jacoco coverage data.

See also

Constructors

Link copied to clipboard
@Inject
constructor(instantiator: Instantiator)

Properties

Link copied to clipboard
val AGENT_CONFIGURATION_NAME: String = "jacocoAgent"
Link copied to clipboard
val ANT_CONFIGURATION_NAME: String = "jacocoAnt"
Link copied to clipboard
The jacoco version used if none is explicitly specified.
Link copied to clipboard

Functions

Link copied to clipboard
open fun apply(project: Project)
Apply this plugin to the given target object.