ComponentArtifactsResult

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

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

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.artifacts.result.ComponentArtifactsResult.getArtifacts.

Link copied to clipboard
abstract fun getId(): ComponentIdentifier