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

      • id

        public final long id
        The unique identifier of the task.
      • buildPath

        public final String buildPath
        The path of the build this task belongs to.
      • taskPath

        public final String taskPath
        The fully qualified path of the task within its build.
    • Constructor Detail

      • TaskIdentity_1_0

        public TaskIdentity_1_0​(long id,
                                String buildPath,
                                String taskPath)