Package org.gradle.api.artifacts.result
Interface UnresolvedComponentResult
- All Superinterfaces:
- ComponentResult
A component that could not be resolved.
- Since:
- 2.0
- 
Method SummaryModifier and TypeMethodDescriptionReturns the failure that occurred when trying to resolve the component.Methods inherited from interface org.gradle.api.artifacts.result.ComponentResultgetId
- 
Method Details- 
getFailureThrowable getFailure()Returns the failure that occurred when trying to resolve the component.
 
-