public class ProjectReportTask extends AbstractReportTask
Displays a list of projects in the build. An instance of this type is used when you execute the projects
task from the command-line.
Task.Namer
TASK_ACTION, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE
Constructor and Description |
---|
ProjectReportTask() |
Modifier and Type | Method and Description |
---|---|
protected void |
generate(Project project) |
protected org.gradle.initialization.BuildClientMetaData |
getClientMetaData() |
protected org.gradle.api.tasks.diagnostics.internal.TextReportRenderer |
getRenderer() |
generate, getOutputFile, getProjects, getTextOutputFactory, setOutputFile, setProjects
conventionMapping, conventionMapping, getConventionMapping
addValidator, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, executeWithoutThrowingTaskFailure, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, leftShift, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setMustRunAfter, setName, setOnlyIf, setOnlyIf, setProject, setProperty, setShouldRunAfter, shouldRunAfter, toString
protected org.gradle.api.tasks.diagnostics.internal.TextReportRenderer getRenderer()
getRenderer
in class AbstractReportTask
@Inject protected org.gradle.initialization.BuildClientMetaData getClientMetaData()
protected void generate(Project project) throws IOException
generate
in class AbstractReportTask
IOException