Class 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 Detail

      • transformActionClassName

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

      • PlannedTransformStepStarted_1_0

        public PlannedTransformStepStarted_1_0​(long id,
                                               String transformActionClassName)