Class TaskActionStarted_1_0

  • All Implemented Interfaces:
    com.gradle.scan.eventmodel.EventData

    @GradleVersion(since="5.6")
    @PluginVersion(since="2.4")
    public class TaskActionStarted_1_0
    extends Object
    implements com.gradle.scan.eventmodel.EventData
    Indicates that a task action has started executing.
    • Field Detail

      • id

        public final long id
        The ID of the task action.
      • taskId

        public final long taskId
        The ID of the action's associated task.
    • Constructor Detail

      • TaskActionStarted_1_0

        public TaskActionStarted_1_0​(long id,
                                     long taskId)