Interface PublicationContainer
- All Superinterfaces:
Collection<Publication>, Configurable<NamedDomainObjectContainer<Publication>>, DomainObjectCollection<Publication>, DomainObjectSet<Publication>, ExtensiblePolymorphicDomainObjectContainer<Publication>, Iterable<Publication>, NamedDomainObjectCollection<Publication>, NamedDomainObjectContainer<Publication>, org.gradle.api.internal.rules.NamedDomainObjectFactoryRegistry<Publication>, NamedDomainObjectSet<Publication>, PolymorphicDomainObjectContainer<Publication>, Set<Publication>
public interface PublicationContainer
extends ExtensiblePolymorphicDomainObjectContainer<Publication>
A
PublicationContainer is responsible for creating and managing Publication instances.
The set of available publication types is dependent on the application of particular plugins:
- The
MavenPublishPluginmakes it possible to createMavenPublicationinstances. - The
IvyPublishPluginmakes it possible to createIvyPublicationinstances.
plugins {
id 'ivy-publish'
}
publishing.publications.create('publication-name', IvyPublication) {
// Configure the ivy publication here
}
The usual way to add publications is via a configuration block.
See the documentation for PublishingExtension.publications(org.gradle.api.Action) for examples of how to create and configure publications.- Since:
- 1.3
- See Also:
-
Method Summary
Methods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface DomainObjectCollection
addAllLater, addLater, all, all, configureEach, disallowChanges, getElements, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withTypeMethods inherited from interface ExtensiblePolymorphicDomainObjectContainer
registerBinding, registerFactory, registerFactoryMethods inherited from interface NamedDomainObjectCollection
add, addAll, addRule, addRule, addRule, findByName, getAsMap, getAt, getByName, getByName, getByName, getCollectionSchema, getNamer, getNames, getRules, named, named, named, namedMethods inherited from interface NamedDomainObjectContainer
configure, create, create, create, maybeCreate, register, registerMethods inherited from interface PolymorphicDomainObjectContainer
containerWithType, create, create, maybeCreate, register, register