Interface TestSourceSetContainer
-
- All Superinterfaces:
java.util.Collection<org.gradle.api.tasks.SourceSet>,org.gradle.util.Configurable<org.gradle.api.NamedDomainObjectContainer<org.gradle.api.tasks.SourceSet>>,org.gradle.api.DomainObjectCollection<org.gradle.api.tasks.SourceSet>,java.lang.Iterable<org.gradle.api.tasks.SourceSet>,org.gradle.api.NamedDomainObjectCollection<org.gradle.api.tasks.SourceSet>,org.gradle.api.NamedDomainObjectContainer<org.gradle.api.tasks.SourceSet>,org.gradle.api.NamedDomainObjectSet<org.gradle.api.tasks.SourceSet>,java.util.Set<org.gradle.api.tasks.SourceSet>
public interface TestSourceSetContainer extends org.gradle.api.NamedDomainObjectContainer<org.gradle.api.tasks.SourceSet>
-
-
Method Summary
-
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, getAsMap, getAt, getByName, getByName, getByName, getCollectionSchema, getNamer, getNames, getRules, named, named, named, named
-
Methods inherited from interface org.gradle.api.NamedDomainObjectContainer
configure, create, create, create, maybeCreate, register, register
-
-