Package org.gradle.api.reporting
Interface BuildDashboardReports
- All Superinterfaces:
- Collection<Report>,- Configurable<ReportContainer<Report>>,- DomainObjectCollection<Report>,- DomainObjectSet<Report>,- Iterable<Report>,- NamedDomainObjectCollection<Report>,- NamedDomainObjectSet<Report>,- ReportContainer<Report>,- Set<Report>
The reporting configuration for the 
GenerateBuildDashboard task.- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.reporting.ReportContainerReportContainer.ImmutableViolationException
- 
Method SummaryMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface org.gradle.util.ConfigurableconfigureMethods inherited from interface org.gradle.api.DomainObjectCollectionaddAllLater, addLater, all, all, configureEach, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withTypeMethods inherited from interface org.gradle.api.NamedDomainObjectCollectionadd, addAll, addRule, addRule, addRule, findByName, getAt, getByName, getByName, getByName, getCollectionSchema, named, named, named, namedMethods inherited from interface org.gradle.api.NamedDomainObjectSetfindAll, matching, matching, named, withTypeMethods inherited from interface org.gradle.api.reporting.ReportContainergetAsMap, getEnabled, getEnabledReports, getNamer, getNames, getRules, isEmpty
- 
Method Details- 
getHtmlThe build dashboard HTML report- Returns:
- The build dashboard HTML report
 
 
-