Interface BuildTypeContainer

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

@Incubating public interface BuildTypeContainer extends NamedDomainObjectContainer<BuildType>
A container of BuildTypes.