Overview
Package
Class
Deprecated
Index
Help
Groovy Documentation
PREV NEXT
FRAMES
NO FRAMES
All Classes
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
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
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.
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
.
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
Q
R
S
T
U
unpack
(Object)
- Method in
ObjectUtil
unpackString
(Object)
- Method in
ObjectUtil
V
W
X
Y
Z
_
Groovy Documentation