|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.api.plugins.quality.FindBugsReportsorg.gradle.api.DomainObjectCollection
org.gradle.api.NamedDomainObjectSet
java.lang.Iterable
org.gradle.util.Configurable
java.util.Collection
org.gradle.api.NamedDomainObjectCollection
org.gradle.api.reporting.ReportContainer
public interface FindBugsReports extends ReportContainer
The reporting configuration for the the FindBugs task. Only one of the xml or html reports can be enabled when the task executes. If more than one is enabled, an InvalidUserDataException will be thrown.
Method Summary | |
---|---|
SingleFileReport
|
getHtml()
The findbugs html report |
SingleFileReport
|
getXml()
The findbugs xml report |
Methods inherited from interface ReportContainer | |
---|---|
getEnabled |
Methods inherited from interface NamedDomainObjectSet | |
---|---|
findAll, matching, matching, withType |
Method Detail |
---|
public SingleFileReport getHtml()
public SingleFileReport getXml()
Gradle API 1.4