Class TaskStarted_1_1

java.lang.Object
com.gradle.scan.eventmodel.gradle.TaskStarted_1_0
com.gradle.scan.eventmodel.gradle.TaskStarted_1_1
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
Direct Known Subclasses:
TaskStarted_1_2

@GradleVersion(since="2.0", until="3.5") @PluginVersion(since="1.4", until="1.4") public class TaskStarted_1_1 extends TaskStarted_1_0
  • Field Details

    • thread

      @GradleVersion(since="2.0", until="4.10") @PluginVersion(since="1.4", until="2.0") @Nullable("when plugin version is 2.1+") public final @Nullable("when plugin version is 2.1+") Long thread
      The ID of the thread orchestrating the execution of the task.

      As of plugin version 2.1, this value is always null. The thread executing the task can no longer be inferred from plugin version 2.1.

  • Constructor Details

    • TaskStarted_1_1

      public TaskStarted_1_1(long id, String path, String className, @Nullable @Nullable Long thread)
  • Method Details