| Interface | Description |
|---|---|
| TransformAction<T extends TransformParameters> |
Interface for artifact transform actions.
|
| TransformOutputs |
The outputs of the artifact transform.
|
| TransformParameters |
Marker interface for parameter objects to
TransformActions. |
| TransformSpec<T extends TransformParameters> |
Base configuration for artifact transform registrations.
|
| VariantTransform | Deprecated.
Use
TransformSpec instead. |
| Class | Description |
|---|---|
| ArtifactTransform | Deprecated.
Use
TransformAction instead. |
| TransformParameters.None |
Used for
TransformActions without parameters. |
| Exception | Description |
|---|---|
| ArtifactTransformException | Deprecated. |
| VariantTransformConfigurationException |
An exception to report a problem during transformation execution.
|
| Annotation Type | Description |
|---|---|
| CacheableTransform |
Attached to an
TransformAction type to indicate that the build cache should be used for artifact transforms of this type. |
| InputArtifact |
Attached to a property that should receive the input artifact for an artifact transform.
|
| InputArtifactDependencies |
Attached to a property that should receive the artifact dependencies of the
InputArtifact of an artifact transform. |