Interface HasConfigurableAttributes<SELF>

Type Parameters:
SELF - type extending this interface
All Superinterfaces:
HasAttributes
All Known Subinterfaces:
ArtifactView.ViewConfiguration, Configuration, ConfigurationPublications, ConfigurationVariant, DependencyConstraint

@Incubating public interface HasConfigurableAttributes<SELF> extends HasAttributes
Represents something that carries attributes by utilizing an AttributeContainer that is configurable.
Since:
3.4
  • Method Summary

    Modifier and Type
    Method
    Description
    Configure the attribute container that provides the attributes associated with this domain object.

    Methods inherited from interface org.gradle.api.attributes.HasAttributes

    getAttributes
  • Method Details