|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.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()
|
|
| Method Summary | |
|---|---|
void
|
generate()
|
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. |
| Constructor Detail |
|---|
AbstractReportTask()
| Method Detail |
|---|
@TaskAction public void generate()
protected void generate(Project project)
@OutputFile public File getOutputFile()
protected ProjectReportRenderer getRenderer()
public void setOutputFile(File outputFile)
Groovy Documentation