|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.internal.AbstractTask
org.gradle.api.DefaultTask
org.gradle.api.internal.ConventionTask
org.gradle.api.tasks.diagnostics.AbstractReportTask
class AbstractReportTask extends ConventionTask
The base class for all project report tasks.
Constructor Summary | |
AbstractReportTask(Project project, java.lang.String name)
|
Method Summary | |
---|---|
protected void
|
generate(Project project)
|
File
|
getOutputFile()
Returns the file which the report will be written to. |
protected ProjectReportRenderer
|
getRenderer()
|
void
|
setOutputFile(File outputFile)
Sets the file which the report will be written to. |
Methods inherited from class ConventionTask | |
---|---|
conv, conventionMapping, conventionMapping, conventionProperty, getConventionAwareHelper, getConventionMapping, setConventionAwareHelper, setConventionMapping |
Methods inherited from class DefaultTask | |
---|---|
leftShift, methodMissing, propertyMissing |
Methods inherited from class java.lang.Object | |
---|---|
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Constructor Detail |
---|
public AbstractReportTask(Project project, java.lang.String name)
Method Detail |
---|
protected void generate(Project project)
public File getOutputFile()
protected ProjectReportRenderer getRenderer()
public void setOutputFile(File outputFile)
Groovy Documentation