org.gradle.api.plugins.quality
[Java] Interface CodeNarcReports
org.gradle.api.reporting.ReportContainer
org.gradle.api.DomainObjectCollection
org.gradle.api.NamedDomainObjectCollection
java.lang.Iterable
org.gradle.api.plugins.quality.CodeNarcReports
java.util.Collection
org.gradle.api.NamedDomainObjectSet
- All Superinterfaces:
- DomainObjectCollection, ReportContainer, NamedDomainObjectCollection, Iterable, Collection, NamedDomainObjectSet
public interface CodeNarcReports
extends ReportContainer
The reporting configuration for the the CodeNarc test.
Methods inherited from interface org.gradle.util.Configurable
|
org.gradle.util.Configurable#configure(groovy.lang.Closure) |
Methods inherited from interface NamedDomainObjectCollection
|
add, addAll, addRule, addRule, findByName, getAsMap, getAt, getByName, getByName, getNamer, getRules, matching, matching, withType |
Methods inherited from interface DomainObjectCollection
|
all, all, allObjects, allObjects, findAll, findAll, getAll, matching, matching, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType, withType |
getHtml
public SingleFileReport getHtml()
- The codenarc html report
- Returns:
- The codenarc html report
getText
public SingleFileReport getText()
- The codenarc text report
- Returns:
- The codenarc text report
getXml
public SingleFileReport getXml()
- The codenarc xml report
- Returns:
- The codenarc xml report
Gradle API 1.0-milestone-8a