Class PlannedTransformStepFinished_1_0

java.lang.Object
com.gradle.scan.eventmodel.gradle.PlannedTransformStepFinished_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
Direct Known Subclasses:
PlannedTransformStepFinished_1_1

@GradleVersion(since="8.1") @PluginVersion(since="3.13", until="3.13") public class PlannedTransformStepFinished_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
Indicates that a planned artifact transform has finished executing.
  • Field Details

    • id

      public final long id
      The unique identifier of the planned artifact transform.

      Corresponds to a PlannedTransformStepIdentity_1_0.id.

    • failureId

      @Nullable public final @Nullable Long failureId
      The ID of the failure that occurred during the planned artifact transform execution, if any.

      Corresponds to a key in ExceptionData_1_0.exceptions.

  • Constructor Details

    • PlannedTransformStepFinished_1_0

      public PlannedTransformStepFinished_1_0(long id, @Nullable @Nullable Long failureId)
  • Method Details