Class TaskStarted_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.TaskStarted_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
TaskStarted_1_1
@GradleVersion(since="2.0",
until="3.5")
@PluginVersion(since="1.0",
until="1.3")
public class TaskStarted_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Indicates that a task has started executing.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public final long idThe ID of the task. -
path
The fully qualified name of the task. -
className
The fully qualified class name of the task.
-
-
Constructor Details
-
TaskStarted_1_0
-
-
Method Details