gradle
Toggle table of contents
9.6.0-20260414005124+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.api.artifacts.result
/
ComponentArtifactsResult
Component
Artifacts
Result
API
interface
ComponentArtifactsResult
:
ComponentResult
(
source
)
The result of successfully resolving a component with a set of artifacts.
Since
2.0
Members
Functions
get
Artifacts
Link copied to clipboard
API
abstract
fun
getArtifacts
(
type
:
Class
<
out
Artifact
>
)
:
Set
<
ArtifactResult
>
Returns the artifacts of the specified type that belong to this component.
get
Id
Link copied to clipboard
API
abstract
fun
getId
(
)
:
ComponentIdentifier
Returns the identifier of this component.