Interface DependencyReportContainer

All Superinterfaces:
Collection<Report>, org.gradle.util.Configurable<ReportContainer<Report>>, DomainObjectCollection<Report>, Iterable<Report>, NamedDomainObjectCollection<Report>, NamedDomainObjectSet<Report>, ReportContainer<Report>, Set<Report>

public interface DependencyReportContainer extends ReportContainer<Report>
The set of reports that can be generated by the HtmlDependencyReportTask task type.
  • Method Details