Class TransformExecutionInputsSnapshottingFinished_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.TransformExecutionInputsSnapshottingFinished_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="8.3")
@PluginVersion(since="3.16")
public class TransformExecutionInputsSnapshottingFinished_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Indicates that snapshotting the inputs of a transform execution has completed, and provides the hashes of the inputs.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when snapshotting was successful") LongThe failure ID in case of a failure during snapshotting.final longThe ID of the transform execution that triggered this inputs snapshotting.final @Nullable("when snapshotting failed") TaskInputsSnapshottingResult_1_0The result of the transform execution inputs snapshotting. -
Constructor Summary
ConstructorsConstructorDescriptionTransformExecutionInputsSnapshottingFinished_1_0(long id, @Nullable TaskInputsSnapshottingResult_1_0 result, @Nullable Long failureId) -
Method Summary
-
Field Details
-
id
public final long idThe ID of the transform execution that triggered this inputs snapshotting. ReferencesTransformExecutionInputsSnapshottingStarted_1_0.id. -
result
@Nullable("when snapshotting failed") public final @Nullable("when snapshotting failed") TaskInputsSnapshottingResult_1_0 resultThe result of the transform execution inputs snapshotting. Provides the hashes of transform execution inputs. -
failureId
@Nullable("when snapshotting was successful") public final @Nullable("when snapshotting was successful") Long failureIdThe failure ID in case of a failure during snapshotting.The failure ID is mapped to a
Exception_3_0inExceptionData_1_1.
-
-
Constructor Details
-
TransformExecutionInputsSnapshottingFinished_1_0
public TransformExecutionInputsSnapshottingFinished_1_0(long id, @Nullable @Nullable TaskInputsSnapshottingResult_1_0 result, @Nullable @Nullable Long failureId)
-
-
Method Details