Groovy Documentation

org.gradle.api.artifacts
[Java] Interface PublishArtifactSet

org.gradle.api.artifacts.PublishArtifactSet
  org.gradle.api.DomainObjectCollection
      org.gradle.api.DomainObjectSet
          java.lang.Iterable
              org.gradle.api.Buildable
                  java.util.Collection
All Superinterfaces:
DomainObjectCollection, DomainObjectSet, Iterable, Buildable, Collection

public interface PublishArtifactSet
extends Buildable, DomainObjectSet

A set of artifacts to be published.


Method Summary
FileCollection getFiles()

 
Methods inherited from interface DomainObjectSet
findAll, matching, matching, withType
 
Methods inherited from interface Buildable
getBuildDependencies
 

Method Detail

getFiles

public FileCollection getFiles()


 

Gradle API 1.5-rc-3