Groovy Documentation

Package org.gradle.api.tasks.diagnostics

The built-in diagnostic Task implementations.

 

Interface Summary
DependencyReportRenderer A DependencyReportRenderer is responsible for rendering the model of a project dependency report.
ProjectReportRenderer

A ProjectReportRenderer is responsible for rendering the model of a project report.

TaskDetails
 


Class Summary
AbstractReportTask The base class for all project report tasks.
AsciiReportRenderer Simple dependency graph renderer that emits an ASCII tree.
DependencyReportTask The DependencyReportTask displays the dependency tree for a project.
GraphvizReportRenderer DependencyGrAaphRenderer that emits simple graphviz dot notation for a dependency tree.
PropertyReportRenderer

A PropertyReportRenderer is responsible for rendering the model of a property report.

PropertyReportTask The PropertyListTask prints out the properties of a project, and its sub-projects and tasks.
TaskReportModel
TaskReportRenderer

A TaskReportRenderer is responsible for rendering the model of a project task report.

TaskReportTask

The TaskReportTask prints out the list of tasks in the project, and its subprojects.

TextProjectReportRenderer

A basic ProjectReportRenderer which writes out a text report.

 


Groovy Documentation