Groovy Documentation

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

org.gradle.api.DomainObjectSet
  org.gradle.api.artifacts.PublishArtifactSet
      org.gradle.api.DomainObjectCollection
          java.lang.Iterable
              org.gradle.api.Buildable
                  java.util.Collection
All Superinterfaces:
DomainObjectSet, DomainObjectCollection, 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.8