|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.internal.AbstractTask
org.gradle.api.DefaultTask
org.gradle.testing.jacoco.tasks.JacocoBase
org.gradle.testing.jacoco.tasks.JacocoMerge
@Incubating class JacocoMerge extends JacocoBase
Task to merge multiple execution data files into one.
Property Summary | |
---|---|
File |
destinationFile
File to write merged execution data to. |
FileCollection |
executionData
Collection of execution data files to merge. |
Method Summary | |
---|---|
void
|
executionData(Object... files)
Adds execution data files to be merged. |
void
|
executionData(Task... tasks)
Adds execution data generated by a task to the list of those to merge. |
void
|
executionData(TaskCollection tasks)
Adds execution data generated by the given tasks to the list of those merged. |
void
|
merge()
|
Property Detail |
---|
@OutputFile File destinationFile
@InputFiles FileCollection executionData
Method Detail |
---|
void executionData(Object... files)
files
- one or more files to merge
void executionData(Task... tasks)
tasks
- one or more tasks to merge
void executionData(TaskCollection tasks)
tasks
- one or more tasks to merge
@TaskAction void merge()
Gradle API 1.12