Groovy Documentation

org.gradle.api.reporting.dependencies
[Java] Interface DependencyReportContainer

org.gradle.util.Configurable
  org.gradle.api.DomainObjectCollection
      org.gradle.api.reporting.ReportContainer
          org.gradle.api.NamedDomainObjectCollection
              java.lang.Iterable
                  org.gradle.api.NamedDomainObjectSet
                      java.util.Collection
                          org.gradle.api.reporting.dependencies.DependencyReportContainer
All Superinterfaces:
Configurable, DomainObjectCollection, ReportContainer, NamedDomainObjectCollection, Iterable, NamedDomainObjectSet, Collection

public interface DependencyReportContainer
extends ReportContainer

The set of reports that can be generated by the HtmlDependencyReportTask task type.


Method Summary
DirectoryReport getHtml()

The dependency HTML report

 
Methods inherited from interface ReportContainer
getEnabled
 
Methods inherited from interface NamedDomainObjectSet
findAll, matching, matching, withType
 
Methods inherited from interface NamedDomainObjectCollection
add, addAll, addRule, addRule, findByName, getAsMap, getAt, getByName, getByName, getNamer, getNames, getRules, matching, matching, withType
 
Methods inherited from interface Set
add, equals, hashCode, clear, contains, isEmpty, size, toArray, toArray, addAll, iterator, remove, containsAll, removeAll, retainAll
 

Method Detail

getHtml

public DirectoryReport getHtml()
The dependency HTML report
Returns:
The dependency HTML report


 

Gradle API 1.11