Class TaskGraphCalculationStarted_1_1
java.lang.Object
com.gradle.scan.eventmodel.gradle.TaskGraphCalculationStarted_1_0
com.gradle.scan.eventmodel.gradle.TaskGraphCalculationStarted_1_1
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="4.0")
@PluginVersion(since="1.12")
public class TaskGraphCalculationStarted_1_1
extends TaskGraphCalculationStarted_1_0
Emitted when the task graph for a build is starting to be calculated.
For a composite build, each build will emit such an event.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
id
public final long idThe ID of the task graph calculation. -
buildPath
The path of the build this task graph belongs to.
-
-
Constructor Details
-
TaskGraphCalculationStarted_1_1
-
-
Method Details
-
equals
- Overrides:
equals
in classTaskGraphCalculationStarted_1_0
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTaskGraphCalculationStarted_1_0
-
toString
- Overrides:
toString
in classTaskGraphCalculationStarted_1_0
-