ComponentArtifactsResult

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

Since

2.0

Functions

Link copied to clipboard
abstract fun getArtifacts(type: Class<out Artifact>): Set<ArtifactResult>
Returns the artifacts of the specified type that belong to this component.
Link copied to clipboard
abstract fun getId(): ComponentIdentifier
Returns the identifier of this component.