Package org.gradle.api.artifacts.result
Interface UnresolvedArtifactResult
- All Superinterfaces:
- ArtifactResult
An artifact that could not be resolved.
- Since:
- 2.0
- 
Method SummaryModifier and TypeMethodDescriptionThe failure that occurred when the artifact was resolved.Methods inherited from interface org.gradle.api.artifacts.result.ArtifactResultgetId, getType
- 
Method Details- 
getFailureThrowable getFailure()The failure that occurred when the artifact was resolved.
 
-