Package org.gradle.api.artifacts.result
Interface ComponentResult
-
- All Known Subinterfaces:
ComponentArtifactsResult
,UnresolvedComponentResult
@Incubating public interface ComponentResult
The result of resolving a component.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentIdentifier
getId()
Returns an identifier for the requested component.
-
-
-
Method Detail
-
getId
ComponentIdentifier getId()
Returns an identifier for the requested component.
-
-