Groovy Documentation

org.gradle.api.plugins.cobertura.tasks
[Groovy] Class InstrumentCoberturaTask

java.lang.Object
  SourceTask
      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

classesDir

@OutputDirectory
java.io.File classesDir


coberturaClasspath

@InputFiles
FileCollection coberturaClasspath


ignores

@Input
java.util.List ignores


serFile

@OutputFile
java.io.File serFile


 
Method Detail

getInstrumentedClassFiles

FileCollection getInstrumentedClassFiles()


getSourceClassFiles

protected FileCollection getSourceClassFiles()


run

@TaskAction
java.lang.Object run()


 

Groovy Documentation