Class TransformExecutionStarted_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.TransformExecutionStarted_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="8.3")
@PluginVersion(since="3.16")
public class TransformExecutionStarted_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Indicates that an artifact transform execution has started.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public final long idThe ID of the transform execution. ReferencesTransformExecutionRequest_1_0.executionId.
-
-
Constructor Details
-
TransformExecutionStarted_1_0
public TransformExecutionStarted_1_0(long id)
-
-
Method Details