Package com.tngtech.jgiven.gradle
Interface JGivenReportsContainer
-
- All Superinterfaces:
java.util.Collection<JGivenReport>,org.gradle.util.Configurable<org.gradle.api.reporting.ReportContainer<JGivenReport>>,org.gradle.api.DomainObjectCollection<JGivenReport>,org.gradle.api.DomainObjectSet<JGivenReport>,java.lang.Iterable<JGivenReport>,org.gradle.api.NamedDomainObjectCollection<JGivenReport>,org.gradle.api.NamedDomainObjectSet<JGivenReport>,org.gradle.api.reporting.ReportContainer<JGivenReport>,java.util.Set<JGivenReport>
- All Known Implementing Classes:
JGivenReportsContainerImpl
public interface JGivenReportsContainer extends org.gradle.api.reporting.ReportContainer<JGivenReport>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JGivenReportgetAsciiDoc()JGivenReportgetHtml()JGivenReportgetText()-
Methods inherited from interface org.gradle.api.DomainObjectCollection
addAllLater, addLater, all, all, configureEach, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType
-
Methods inherited from interface org.gradle.api.NamedDomainObjectCollection
add, addAll, addRule, addRule, addRule, findByName, getAt, getByName, getByName, getByName, getCollectionSchema, named, named, named, named
-
Methods inherited from interface org.gradle.api.NamedDomainObjectSet
findAll, matching, matching, withType
-
-
-
-
Method Detail
-
getHtml
JGivenReport getHtml()
-
getText
JGivenReport getText()
-
getAsciiDoc
JGivenReport getAsciiDoc()
-
-