TransformSpec

Base configuration for artifact transform registrations.

Since

5.3

See also

Functions

Link copied to clipboard
abstract fun getFrom(): AttributeContainer
Attributes that match the variant that is consumed.
Link copied to clipboard
abstract fun getParameters(): T
The parameters for the transform action.
Link copied to clipboard
abstract fun getTo(): AttributeContainer
Attributes that match the variant that is produced.
Link copied to clipboard
abstract fun parameters(action: Action<in T>)
Configure the parameters for the transform action.