Package org.gradle.api.artifacts.result
Interface UnresolvedDependencyResult
- All Superinterfaces:
- DependencyResult
A dependency that could not be resolved.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the selector that was attempted to be resolved.Returns the reasons why the failed selector was attempted.The failure that occurred.Methods inherited from interface org.gradle.api.artifacts.result.DependencyResultgetFrom, getRequested, isConstraint
- 
Method Details- 
getAttemptedComponentSelector getAttempted()Returns the selector that was attempted to be resolved. This may not be the same as the requested component.
- 
getAttemptedReasonComponentSelectionReason getAttemptedReason()Returns the reasons why the failed selector was attempted.
- 
getFailureThrowable getFailure()The failure that occurred.
 
-