gradle
8.2-milestone-1
Kotlin DSL
gradle
/
org.gradle.api.artifacts.transform
/
TransformSpec
Transform
Spec
interface
TransformSpec
<
T
:
TransformParameters
?
>
Base configuration for artifact transform registrations.
Parameters
<T>
The transform specific parameter type.
See also
Dependency
Handler
Members
Functions
get
From
Link copied to clipboard
abstract
fun
getFrom
(
)
:
AttributeContainer
Attributes that match the variant that is consumed.
get
Parameters
Link copied to clipboard
abstract
fun
getParameters
(
)
:
T
The parameters for the transform action.
get
To
Link copied to clipboard
abstract
fun
getTo
(
)
:
AttributeContainer
Attributes that match the variant that is produced.
parameters
Link copied to clipboard
abstract
fun
parameters
(
action
:
Action
<
out
Any
>
)
Configure the parameters for the transform action.