|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
@Incubating public interface DependencyResult
An edge in the dependency graph. Provides information about the origin of the dependency and the requested component.
Method Summary | |
---|---|
ResolvedComponentResult
|
getFrom()
Returns the origin of the dependency. |
ComponentSelector
|
getRequested()
Returns the requested component. |
Method Detail |
---|
public ResolvedComponentResult getFrom()
public ComponentSelector getRequested()
Gradle API 1.10-rc-1