Package org.gradle.api.plugins.quality
Interface CodeNarcReports
- All Superinterfaces:
Collection<SingleFileReport>
,Configurable<ReportContainer<SingleFileReport>>
,DomainObjectCollection<SingleFileReport>
,DomainObjectSet<SingleFileReport>
,Iterable<SingleFileReport>
,NamedDomainObjectCollection<SingleFileReport>
,NamedDomainObjectSet<SingleFileReport>
,ReportContainer<SingleFileReport>
,Set<SingleFileReport>
The reporting configuration for the
CodeNarc
test.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.reporting.ReportContainer
ReportContainer.ImmutableViolationException
-
Method Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface org.gradle.util.Configurable
configure
Methods inherited from interface org.gradle.api.DomainObjectCollection
addAllLater, addLater, all, all, configureEach, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType
Methods inherited from interface org.gradle.api.NamedDomainObjectCollection
add, addAll, addRule, addRule, addRule, findByName, getAt, getByName, getByName, getByName, getCollectionSchema, named, named, named, named
Methods inherited from interface org.gradle.api.NamedDomainObjectSet
findAll, matching, matching, named, withType
Methods inherited from interface org.gradle.api.reporting.ReportContainer
getAsMap, getEnabled, getEnabledReports, getNamer, getNames, getRules, isEmpty
-
Method Details
-
getXml
The codenarc XML report- Returns:
- The codenarc XML report
-
getHtml
The codenarc HTML report- Returns:
- The codenarc HTML report
-
getText
The codenarc text report- Returns:
- The codenarc text report
-