Iterable<ResolvedArtifactResult>@Incubating 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.
|
forEach, iterator, spliterator@Incubating FileCollection getArtifactFiles()
@Incubating Set<ResolvedArtifactResult> getArtifacts()
ResolveException - On failure to resolve or download any artifact.