org.gradle.api.artifacts
[Java] Interface PublishArtifactSet
org.gradle.api.DomainObjectSet
org.gradle.api.artifacts.PublishArtifactSet
java.lang.Iterable
org.gradle.api.DomainObjectCollection
org.gradle.api.Buildable
java.util.Collection
- All Superinterfaces:
- DomainObjectSet, Iterable, DomainObjectCollection, Collection, Buildable
public interface PublishArtifactSet
extends Buildable, DomainObjectSet
A set of artifacts to be published.
getFiles
public FileCollection getFiles()
-
Gradle API 1.0-milestone-8