Class PlannedTransformStepStarted_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.PlannedTransformStepStarted_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="8.1")
@PluginVersion(since="3.13")
public class PlannedTransformStepStarted_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Indicates that a planned artifact transform has started executing.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal long
The unique identifier of the planned artifact transform.final String
The implementation class name of the transform action. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public final long idThe unique identifier of the planned artifact transform.Corresponds to a
PlannedTransformStepIdentity_1_0.id
. -
transformActionClassName
The implementation class name of the transform action.
-
-
Constructor Details
-
PlannedTransformStepStarted_1_0
-
-
Method Details