Groovy Documentation
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

additionalClassDirs(FileCollection) - Method in JacocoReport
Adds additional class directories to those that will be included in the report.
additionalSourceDirs(FileCollection) - Method in JacocoReport
Adds additional source directories to be used for any classes included in the report.
apply(Project) - Method in JacocoPlugin
Applies the plugin to the given project.
applyTo(TaskCollection) - Method in JacocoPluginExtension
Applies Jacoco to all of the given tasks.

B


C


D


E

executionData(TaskCollection) - Method in JacocoMerge
Adds execution data generated by the given tasks to the list of those merged.
executionData(TaskCollection) - Method in JacocoReport
Adds execution data generated by the given tasks to the list of those used during coverage analysis.

F


G

generate() - Method in JacocoReport
getAsArg() - Method in JacocoTaskExtension.Output
Gets type in format of agent argument.
getAsJvmArg() - Method in JacocoTaskExtension
Gets all properties in the format expected of the agent JVM argument.
getClassDirs() - Method in JacocoReport
Gets the class directories that coverage will be reported for.
getClassDumpDir() - Method in JacocoTaskExtension
Directory to dump all class files the agent sees are dumped to.
getDestDir() - Method in JacocoReport
Gets the directory to write the report to.
getDestFile() - Method in JacocoMerge
Path to write merged execution daat to.
getDestFile() - Method in JacocoTaskExtension
The path for the execution data to be written to.
getJar() - Method in JacocoAgentJar
Unzips the resolved org.jacoco.agent.jar to retrieve the jacocoagent.jar.
getSourceDirs() - Method in JacocoReport
Gets the source directories for the classes that will be reported on.

H


I


J

JacocoAgentJar - Class in org.ajoberstar.gradle.jacoco
Helper to resolve the jacocoagent.jar from inside of the org.jacoco.agent.jar.
JacocoAgentJar(Project, FileCollection) - Constructor in JacocoAgentJar
Constructs a new agent JAR wrapper.
JacocoBase - Class in org.ajoberstar.gradle.jacoco.tasks
Base class for Jacoco tasks.
JacocoMerge - Class in org.ajoberstar.gradle.jacoco.tasks
Task to merge multiple execution data files into one.
JacocoPlugin - Class in org.ajoberstar.gradle.jacoco.plugins
Plugin that provides support for generating Jacoco coverage data.
JacocoPluginExtension - Class in org.ajoberstar.gradle.jacoco.plugins
Extension including common properties and methods for Jacoco.
JacocoPluginExtension(Project, JacocoAgentJar) - Constructor in JacocoPluginExtension
Creates a Jacoco plugin extension.
JacocoReport - Class in org.ajoberstar.gradle.jacoco.tasks
Task to generate HTML reports of Jacoco coverage data.
JacocoTaskExtension - Class in org.ajoberstar.gradle.jacoco.tasks
Extension for tasks that should run with a Jacoco agent to generate coverage execution data.
JacocoTaskExtension.Output - Enum in org.ajoberstar.gradle.jacoco.tasks
The types of output that the agent can use for execution data.
JacocoTaskExtension(Project, JacocoAgentJar) - Constructor in JacocoTaskExtension
Creates a Jacoco task extension.

K


L


M

merge() - Method in JacocoMerge

N


O

ObjectUtil - Class in org.ajoberstar.gradle.jacoco.util

P

project - Field in JacocoPluginExtension
project - Field in JacocoTaskExtension

Q


R


S

sourceSets(SourceSet) - Method in JacocoReport
Adds a source set to the list to be reported on.

T


U

unpack(Object) - Method in ObjectUtil
unpackString(Object) - Method in ObjectUtil

V


W


X


Y


Z


_


Groovy Documentation