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