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