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 theHtmlDependencyReportTask
task type.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.gradle.api.reporting.ReportContainer
ReportContainer.ImmutableViolationException
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DirectoryReport
getHtml()
The dependency HTML report-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface org.gradle.api.DomainObjectCollection
all, all, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType
-
Methods inherited from interface org.gradle.api.NamedDomainObjectCollection
add, addAll, addRule, addRule, addRule, findByName, getAt, getByName, getByName, getByName
-
Methods inherited from interface org.gradle.api.NamedDomainObjectSet
findAll, matching, matching, withType
-
Methods inherited from interface org.gradle.api.reporting.ReportContainer
getAsMap, getEnabled, getEnabledDirectoryReportDestinations, getEnabledFileReportDestinations, getEnabledReportNames, getNamer, getNames, getRules, isEmpty
-
-
-
-
Method Detail
-
getHtml
@Internal DirectoryReport getHtml()
The dependency HTML report- Returns:
- The dependency HTML report
-
-