api / org.gradle.api.artifacts.result / ResolvedVariantResult

ResolvedVariantResult

@Incubating interface ResolvedVariantResult

The result of successfully resolving a component variant.

Since
3.5

Functions

getAttributes

abstract fun getAttributes(): AttributeContainer

The attributes associated with this variant.

getDisplayName

abstract fun getDisplayName(): String

The display name of this variant, for diagnostics.