public abstract class AbstractReportTask
extends org.gradle.api.internal.ConventionTask
Task.NamerTASK_ACTION, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE| Modifier | Constructor and Description | 
|---|---|
| protected  | AbstractReportTask() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | generate() | 
| protected abstract void | generate(Project project) | 
| protected org.gradle.initialization.BuildClientMetaData | getClientMetaData() | 
| File | getOutputFile()Returns the file which the report will be written to. | 
| Set<Project> | getProjects()Returns the set of project to generate this report for. | 
| protected abstract org.gradle.api.tasks.diagnostics.internal.ReportRenderer | getRenderer() | 
| protected org.gradle.internal.logging.text.StyledTextOutputFactory | getTextOutputFactory() | 
| void | setOutputFile(File outputFile)Sets the file which the report will be written to. | 
| void | setProjects(Set<Project> projects)Specifies the set of projects to generate this report for. | 
conventionMapping, conventionMapping, getConventionMappingaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActionClassLoaders, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, 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, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toString@Inject protected org.gradle.initialization.BuildClientMetaData getClientMetaData()
@Inject protected org.gradle.internal.logging.text.StyledTextOutputFactory getTextOutputFactory()
public void generate()
@Internal protected abstract org.gradle.api.tasks.diagnostics.internal.ReportRenderer getRenderer()
protected abstract void generate(Project project) throws IOException
IOException@OutputFile @Optional public File getOutputFile()
null, the report is written to System.out.
 Defaults to null.public void setOutputFile(File outputFile)
null to write the report to System.out.outputFile - The output file. May be null.@Internal public Set<Project> getProjects()