Package org.gradle.api.artifacts.result
Interface ResolvedArtifactResult
- All Superinterfaces:
- ArtifactResult
The result of successfully resolving an artifact.
- Since:
- 2.0
- 
Method SummaryModifier and TypeMethodDescriptiongetFile()The file for the artifact.The variant that included this artifact.Methods inherited from interface org.gradle.api.artifacts.result.ArtifactResultgetId, getType
- 
Method Details- 
getFileFile getFile()The file for the artifact.
- 
getVariantResolvedVariantResult getVariant()The variant that included this artifact.
 
-