Class TaskIdentity_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.TaskIdentity_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="8.1")
@PluginVersion(since="3.13")
public class TaskIdentity_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
A task identity.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
id
public final long idThe unique identifier of the task. -
buildPath
The path of the build this task belongs to. -
taskPath
The fully qualified path of the task within its build.
-
-
Constructor Details
-
TaskIdentity_1_0
-
-
Method Details