Package org.gradle.api.artifacts
Interface PublishArtifactSet
- All Superinterfaces:
Buildable
,Collection<PublishArtifact>
,DomainObjectCollection<PublishArtifact>
,DomainObjectSet<PublishArtifact>
,Iterable<PublishArtifact>
,Set<PublishArtifact>
A set of artifacts to be published.
-
Method Summary
Methods inherited from interface org.gradle.api.Buildable
getBuildDependencies
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
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.DomainObjectSet
findAll, matching, matching, withType
-
Method Details
-
getFiles
FileCollection getFiles()
-