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 Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when plugin version is 2.1+") LongThe ID of the thread orchestrating the execution of the task.Fields inherited from class com.gradle.scan.eventmodel.gradle.TaskStarted_1_0
className, id, path -
Constructor Summary
ConstructorsConstructorDescriptionTaskStarted_1_1(long id, String path, String className, @Nullable Long thread) -
Method Summary
-
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 threadThe 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
-
-
Method Details
-
equals
- Overrides:
equalsin classTaskStarted_1_0
-
hashCode
public int hashCode()- Overrides:
hashCodein classTaskStarted_1_0
-
toString
- Overrides:
toStringin classTaskStarted_1_0
-