Package org.gradle.api.artifacts
Interface PublishArtifactSet
-
- All Superinterfaces:
Buildable
,java.util.Collection<PublishArtifact>
,DomainObjectCollection<PublishArtifact>
,DomainObjectSet<PublishArtifact>
,java.lang.Iterable<PublishArtifact>
,java.util.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 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 Detail
-
getFiles
FileCollection getFiles()
-
-