Table of Contents
| API Documentation: | TransformSpec |
|---|
Note: This class is incubating and may change in a future version of Gradle.
Base configuration for artifact transform registrations.
| Property | Description |
from | Incubating Attributes that match the variant that is consumed. |
parameters | Incubating The parameters for the transform action. |
to | Incubating Attributes that match the variant that is produced. |
| Method | Description |
parameters(action) | Incubating Configure the parameters for the transform action. |
AttributeContainer from (read-only)
Note: This property is incubating and may change in a future version of Gradle.
Attributes that match the variant that is consumed.
Note: This property is incubating and may change in a future version of Gradle.
The parameters for the transform action.
AttributeContainer to (read-only)
Note: This property is incubating and may change in a future version of Gradle.
Attributes that match the variant that is produced.
void parameters(Action<? super T> action)
Action<? super T>Note: This method is incubating and may change in a future version of Gradle.
Configure the parameters for the transform action.