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 Details

    • id

      public final long id
      The ID of the transform execution that triggered this inputs snapshotting. References TransformExecutionInputsSnapshottingStarted_1_0.id.
    • result

      @Nullable("when snapshotting failed") public final @Nullable("when snapshotting failed") TaskInputsSnapshottingResult_1_0 result
      The 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 failureId
      The failure ID in case of a failure during snapshotting.

      The failure ID is mapped to a Exception_3_0 in ExceptionData_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