org.gradle.api.artifacts
[Java] Interface PublishArtifactSet
org.gradle.api.Buildable
org.gradle.api.DomainObjectCollection
org.gradle.api.DomainObjectSet
java.lang.Iterable
org.gradle.api.artifacts.PublishArtifactSet
java.util.Collection
- All Superinterfaces:
- Buildable, DomainObjectCollection, DomainObjectSet, Iterable, Collection
public interface PublishArtifactSet
extends Buildable, DomainObjectSet
A set of artifacts to be published.
Methods inherited from interface DomainObjectCollection
|
all, all, allObjects, allObjects, findAll, findAll, getAll, matching, matching, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType, withType |
Methods inherited from interface Set
|
add, equals, hashCode, clear, size, isEmpty, contains, addAll, toArray, toArray, iterator, remove, removeAll, containsAll, retainAll |
getFiles
public FileCollection getFiles()
-
Gradle API 1.0-milestone-8a