|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.ObjectSourceTask
org.gradle.api.plugins.cobertura.tasks.InstrumentCoberturaTask
class InstrumentCoberturaTask extends SourceTask
| Property Summary | |
|---|---|
java.io.File |
classesDir
|
FileCollection |
coberturaClasspath
|
java.util.List |
ignores
|
java.io.File |
serFile
|
| Method Summary | |
|---|---|
FileCollection
|
getInstrumentedClassFiles()
|
protected FileCollection
|
getSourceClassFiles()
|
java.lang.Object
|
run()
|
| Property Detail |
|---|
@OutputDirectory java.io.File classesDir
@InputFiles FileCollection coberturaClasspath
@Input java.util.List ignores
@OutputFile java.io.File serFile
| Method Detail |
|---|
FileCollection getInstrumentedClassFiles()
protected FileCollection getSourceClassFiles()
@TaskAction java.lang.Object run()
Groovy Documentation