api / org.gradle.api.artifacts.result / ArtifactResolutionResult / getResolvedComponents

getResolvedComponents

abstract fun getResolvedComponents(): MutableSet<ComponentArtifactsResult>

Return a set of ComponentResult instances representing all successfully resolved components.

Calling this method is the same as calling #getComponents() and filtering the resulting set for elements of type ComponentArtifactsResult.

Return
the set of all successfully resolved components