|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.api.reporting.ReportContainerorg.gradle.util.Configurable
java.lang.Iterable
org.gradle.api.DomainObjectCollection
org.gradle.api.NamedDomainObjectSet
java.util.Collection
org.gradle.api.NamedDomainObjectCollection
org.gradle.api.plugins.quality.FindBugsReports
public interface FindBugsReports extends ReportContainer
The reporting configuration for the FindBugs task. Only one of the reports can be enabled when the task executes. If more than one is enabled, an InvalidUserDataException will be thrown.
Method Summary | |
---|---|
SingleFileReport
|
getEmacs()
The findbugs Emacs report |
SingleFileReport
|
getHtml()
The findbugs HTML report |
SingleFileReport
|
getText()
The findbugs Text report |
FindBugsXmlReport
|
getXml()
The findbugs XML report |
Methods inherited from interface ReportContainer | |
---|---|
getEnabled |
Methods inherited from interface NamedDomainObjectSet | |
---|---|
findAll, matching, matching, withType |
Methods inherited from interface NamedDomainObjectCollection | |
---|---|
add, addAll, addRule, addRule, findByName, getAsMap, getAt, getByName, getByName, getNamer, getNames, getRules, matching, matching, withType |
Methods inherited from interface Set | |
---|---|
add, equals, hashCode, clear, contains, isEmpty, size, toArray, toArray, addAll, iterator, remove, containsAll, removeAll, retainAll |
Method Detail |
---|
public SingleFileReport getEmacs()
public SingleFileReport getHtml()
public SingleFileReport getText()
public FindBugsXmlReport getXml()
Gradle API 1.12-rc-2