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 longThe unique identifier of the planned artifact transform.final StringThe 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