@Incubating public abstract class JacocoBase extends DefaultTask implements GroovyObject
Task.Namer
TASK_ACTION, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE
Constructor and Description |
---|
JacocoBase() |
Modifier and Type | Method and Description |
---|---|
FileCollection |
getJacocoClasspath()
Classpath containing Jacoco classes for use by the task.
|
MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
Object |
invokeMethod(String name,
Object args) |
void |
setJacocoClasspath(FileCollection jacocoClasspath) |
void |
setMetaClass(MetaClass metaClass) |
addValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setName, setOnlyIf, setOnlyIf, setProject, setProperty, setShouldRunAfter, shouldRunAfter, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setProperty
public Object getProperty(String property)
getProperty
in interface GroovyObject
public Object invokeMethod(String name, Object args)
invokeMethod
in interface GroovyObject
public MetaClass getMetaClass()
getMetaClass
in interface GroovyObject
public void setMetaClass(MetaClass metaClass)
setMetaClass
in interface GroovyObject
@InputFiles public FileCollection getJacocoClasspath()
public void setJacocoClasspath(FileCollection jacocoClasspath)