org.gradle.api.plugins.quality
Interface JDependReports

All Superinterfaces:
Collection<SingleFileReport>, org.gradle.util.Configurable<ReportContainer<SingleFileReport>>, DomainObjectCollection<SingleFileReport>, Iterable<SingleFileReport>, NamedDomainObjectCollection<SingleFileReport>, NamedDomainObjectSet<SingleFileReport>, ReportContainer<SingleFileReport>, Set<SingleFileReport>

public interface JDependReports
extends ReportContainer<SingleFileReport>

The reporting configuration for the the JDepend task. Exactly one of the xml or html reports can be enabled when the task executes. If more than one or none is enabled, an InvalidUserDataException will be thrown.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.gradle.api.reporting.ReportContainer
ReportContainer.ImmutableViolationException
 
Method Summary
 SingleFileReport getText()
          The jdepend text report
 SingleFileReport getXml()
          The jdepend xml report
 
Methods inherited from interface org.gradle.api.reporting.ReportContainer
getEnabled
 
Methods inherited from interface org.gradle.api.NamedDomainObjectSet
findAll, matching, matching, withType
 
Methods inherited from interface org.gradle.api.NamedDomainObjectCollection
add, addAll, addRule, addRule, findByName, getAsMap, getAt, getByName, getByName, getNamer, getRules
 
Methods inherited from interface org.gradle.api.DomainObjectCollection
all, all, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType
 
Methods inherited from interface java.util.Collection
clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface org.gradle.util.Configurable
configure
 

Method Detail

getXml

SingleFileReport getXml()
The jdepend xml report

Returns:
The jdepend xml report

getText

SingleFileReport getText()
The jdepend text report

Returns:
The jdepend text report