Class TaskInputsSnapshottingFinished_2_0

java.lang.Object
com.gradle.scan.eventmodel.gradle.TaskInputsSnapshottingFinished_2_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@GradleVersion(since="4.0") @PluginVersion(since="3.13") public class TaskInputsSnapshottingFinished_2_0 extends Object implements com.gradle.scan.eventmodel.EventData
Indicates that snapshotting the inputs of a task has completed, and provides the hashes of the inputs.
See Also:
  • Field Details

    • task

      public final long task
      The ID of the task.
      See Also:
    • result

      @Nullable("when snapshotting failed") public final @Nullable("when snapshotting failed") TaskInputsSnapshottingResult_1_0 result
      The result of the task inputs snapshotting. Provides the hashes of task 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

    • TaskInputsSnapshottingFinished_2_0

      public TaskInputsSnapshottingFinished_2_0(long task, @Nullable @Nullable TaskInputsSnapshottingResult_1_0 result, @Nullable @Nullable Long failureId)
  • Method Details