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>
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.ReportContainer.ImmutableViolationException
Modifier and Type | Method | Description |
---|---|---|
SingleFileReport |
getText() |
The jdepend text report
|
SingleFileReport |
getXml() |
The jdepend XML report
|
clear, contains, containsAll, equals, hashCode, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
all, all, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType
add, addAll, addRule, addRule, addRule, findByName, getAt, getByName, getByName, getByName
findAll, matching, matching, withType
getAsMap, getEnabled, getEnabledDirectoryReportDestinations, getEnabledFileReportDestinations, getEnabledReportNames, getNamer, getNames, getRules, isEmpty
@Internal SingleFileReport getXml()
@Internal SingleFileReport getText()