@Incubating public interface ArtifactCollection extends Iterable<ResolvedArtifactResult>
Modifier and Type | Method and 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.
|
@Incubating FileCollection getArtifactFiles()
@Incubating Set<ResolvedArtifactResult> getArtifacts()
ResolveException
- On failure to resolve or download any artifact.