Class TaskGraphWhenReadyExecutionStarted_1_0

java.lang.Object
com.gradle.scan.eventmodel.gradle.TaskGraphWhenReadyExecutionStarted_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@GradleVersion(since="4.9") @PluginVersion(since="1.14") public class TaskGraphWhenReadyExecutionStarted_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData containing details about task graph whenReady lifecycle hook execution start.
  • Field Details

    • id

      public final long id
      The id of the task graph whenReady operation.
    • buildPath

      public final String buildPath
      The build path associated with the execution hook.
  • Constructor Details

    • TaskGraphWhenReadyExecutionStarted_1_0

      public TaskGraphWhenReadyExecutionStarted_1_0(long id, String buildPath)
  • Method Details