api / org.gradle.api.artifacts.result / ComponentResult

ComponentResult

@Incubating interface ComponentResult

The result of resolving a component.

Since
2.0

Functions

getId

abstract fun getId(): ComponentIdentifier

Returns an identifier for the requested component.

Inheritors

ComponentArtifactsResult

interface ComponentArtifactsResult : ComponentResult

The result of successfully resolving a component with a set of artifacts.

UnresolvedComponentResult

interface UnresolvedComponentResult : ComponentResult

A component that could not be resolved.