Class PlannedTransformStepStarted_1_0

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

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

    • id

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

      Corresponds to a PlannedTransformStepIdentity_1_0.id.

    • transformActionClassName

      public final String transformActionClassName
      The implementation class name of the transform action.
  • Constructor Details

    • PlannedTransformStepStarted_1_0

      public PlannedTransformStepStarted_1_0(long id, String transformActionClassName)
  • Method Details