Class TaskStarted_1_1

    • Field Detail

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

      • TaskStarted_1_1

        public TaskStarted_1_1​(long id,
                               String path,
                               String className,
                               @Nullable
                               @Nullable Long thread)