ConfigurationVariant

Represents some variant of an outgoing configuration.

Since

3.3

Functions

Link copied to clipboard
abstract fun artifact(notation: Any)
Adds an artifact to this variant.
abstract fun artifact(notation: Any, configureAction: Action<in ConfigurablePublishArtifact>)
Adds an artifact to this variant, configuring it using the given action.
Link copied to clipboard
abstract fun attributes(action: Action<in AttributeContainer>): SELF
Link copied to clipboard
Returns the artifacts associated with this variant.
Link copied to clipboard
Link copied to clipboard
Returns an optional note describing this variant.
Link copied to clipboard
abstract fun getName(): String