Class TransformActionStarted_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.TransformActionStarted_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="8.3")
@PluginVersion(since="3.16")
public class TransformActionStarted_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Indicates that a transform action has started.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longThe ID of the transform execution that triggered this action. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public final long idThe ID of the transform execution that triggered this action. ReferencesTransformExecutionStarted_1_0.id.
-
-
Constructor Details
-
TransformActionStarted_1_0
public TransformActionStarted_1_0(long id)
-
-
Method Details