Iterable<ResolvedArtifactResult>public interface ArtifactCollection extends Iterable<ResolvedArtifactResult>
| Modifier and Type | Method | Description | 
|---|---|---|
| FileCollection | getArtifactFiles() | A file collection containing the files for all artifacts in this collection. | 
| Set<ResolvedArtifactResult> | getArtifacts() | Returns the resolved artifacts, performing the resolution if required. | 
| Collection<Throwable> | getFailures() | Returns any failures to resolve the artifacts for this collection. | 
forEach, iterator, spliteratorFileCollection getArtifactFiles()
Set<ResolvedArtifactResult> getArtifacts()
ResolveException - On failure to resolve or download any artifact.@Incubating Collection<Throwable> getFailures()