|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.api.artifacts.result.DependencyResult org.gradle.api.artifacts.result.UnresolvedDependencyResult
@Incubating public interface UnresolvedDependencyResult extends DependencyResult
A dependency that could not be resolved.
Method Summary | |
---|---|
ComponentSelector
|
getAttempted()
Returns the selector that was attempted to be resolved. |
ComponentSelectionReason
|
getAttemptedReason()
Returns the reasons why the failed selector was attempted. |
Throwable
|
getFailure()
The failure that occurred. |
Methods inherited from interface DependencyResult | |
---|---|
getFrom, getRequested |
Method Detail |
---|
public ComponentSelector getAttempted()
public ComponentSelectionReason getAttemptedReason()
public Throwable getFailure()
Gradle API 1.12