org.gradle.api.artifacts
[Java] Interface PublishArtifactSet
java.lang.Iterable
org.gradle.api.Buildable
java.util.Collection
org.gradle.api.DomainObjectCollection
org.gradle.api.artifacts.PublishArtifactSet
org.gradle.api.DomainObjectSet
- All Superinterfaces:
- Iterable, Buildable, Collection, DomainObjectCollection, DomainObjectSet
public interface PublishArtifactSet
extends Buildable, DomainObjectSet
A set of artifacts to be published.
Methods inherited from interface DomainObjectCollection
|
all, all, findAll, 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-9