public abstract class AbstractDependencyReportTask extends AbstractReportTask
Task.NamerTASK_ACTION, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE| Constructor and Description | 
|---|
| AbstractDependencyReportTask() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | generate(Project project) | 
| Set<Configuration> | getConfigurations()Returns the configurations to generate the report for. | 
| org.gradle.api.tasks.diagnostics.internal.ReportRenderer | getRenderer() | 
| abstract ConfigurationContainer | getTaskConfigurations() | 
| 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(org.gradle.api.tasks.diagnostics.internal.DependencyReportRenderer renderer)Set the renderer to use to build a report. | 
generate, getClientMetaData, getOutputFile, getProjects, getTextOutputFactory, setOutputFile, setProjectsconventionMapping, 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, toStringpublic org.gradle.api.tasks.diagnostics.internal.ReportRenderer getRenderer()
getRenderer in class AbstractReportTaskpublic void setRenderer(org.gradle.api.tasks.diagnostics.internal.DependencyReportRenderer renderer)
public void generate(Project project) throws IOException
generate in class AbstractReportTaskIOException@Internal public Set<Configuration> getConfigurations()
public void setConfigurations(Set<Configuration> configurations)
configurations - The configuration. Must not be null.public void setConfiguration(String configurationName)
configurationName - name of the configuration to generate the report for@Internal public abstract ConfigurationContainer getTaskConfigurations()