Interface PmdReports

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

public interface PmdReports extends ReportContainer<SingleFileReport>
The reporting configuration for the Pmd task.
  • Method Details