Package org.gradle.api.artifacts
Interface PublishArtifactSet
-
- All Superinterfaces:
Buildable
,Collection<PublishArtifact>
,DomainObjectCollection<PublishArtifact>
,DomainObjectSet<PublishArtifact>
,Iterable<PublishArtifact>
,Set<PublishArtifact>
public interface PublishArtifactSet extends DomainObjectSet<PublishArtifact>, Buildable
A set of artifacts to be published.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileCollection
getFiles()
-
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
all, all, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType
-
Methods inherited from interface org.gradle.api.DomainObjectSet
findAll, matching, matching, withType
-
-
-
-
Method Detail
-
getFiles
FileCollection getFiles()
-
-