Groovy Documentation

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

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

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.7