Displays the dependency tree for a project. An instance of this type is used when you
execute the dependencies
task from the command-line.
Type | Name and description |
---|---|
void |
generate(Project project) |
Set<Configuration> |
getConfigurations() Returns the configurations to generate the report for. |
ReportRenderer |
getRenderer() |
void |
setConfiguration(String configurationName) Sets the single configuration (by name) to generate the report for. |
void |
setConfigurations(Set<Configuration> configurations) Sets the configurations to generate the report for. |
void |
setRenderer(DependencyReportRenderer renderer) Set the renderer to use to build a report. |
Methods inherited from class | Name |
---|---|
class AbstractReportTask |
generate, generate, getOutputFile, getProjects, getRenderer, getTextOutputFactory, setOutputFile, setProjects |
Returns the configurations to generate the report for. Defaults to all configurations of this task's containing project.
Sets the single configuration (by name) to generate the report for.
configurationName
- name of the configuration to generate the report forSets the configurations to generate the report for.
configurations
- The configuration. Must not be null.Set the renderer to use to build a report. If unset, AsciiGraphRenderer will be used.