org.gradle.api.plugins.quality
[Java] Interface FindBugsReports
org.gradle.api.DomainObjectCollection
org.gradle.api.plugins.quality.FindBugsReports
org.gradle.util.Configurable
java.lang.Iterable
org.gradle.api.NamedDomainObjectCollection
org.gradle.api.reporting.ReportContainer
org.gradle.api.NamedDomainObjectSet
java.util.Collection
- All Superinterfaces:
- DomainObjectCollection, Configurable, Iterable, NamedDomainObjectCollection, ReportContainer, NamedDomainObjectSet, Collection
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.
Methods inherited from interface NamedDomainObjectCollection
|
add, addAll, addRule, addRule, findByName, getAsMap, getAt, getByName, getByName, getNamer, getRules, matching, matching, withType |
Methods inherited from interface Set
|
add, equals, hashCode, clear, contains, isEmpty, size, toArray, toArray, addAll, iterator, remove, containsAll, removeAll, retainAll |
getHtml
public SingleFileReport getHtml()
- The findbugs html report
- Returns:
- The findbugs html report
getXml
public SingleFileReport getXml()
- The findbugs xml report
- Returns:
- The findbugs xml report
Gradle API 1.5-rc-1