Class PlannedNode_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.PlannedNode_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="8.1")
@PluginVersion(since="3.13")
public class PlannedNode_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
A node that is part of the task graph execution plan.
Events of this type are emitted between TaskGraphCalculationStarted_1_0 and TaskGraphCalculationFinished_1_1
for the build that the tasks belong to.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe dependencies of the planned node, referencing otherids.IDs of otherPlannedNode_1_0events representing nodes that finalize this node.final longThe unique identifier of the planned node.IDs of otherPlannedNode_1_0events representing nodes that this node must-run-after.IDs of otherPlannedNode_1_0events representing nodes that this node should-run-after. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public final long idThe unique identifier of the planned node.Corresponds to either
-
dependencies
The dependencies of the planned node, referencing otherids. The order of IDs in the list is insignificant. -
mustRunAfter
IDs of otherPlannedNode_1_0events representing nodes that this node must-run-after. The order of IDs in the list is insignificant.May be null if the planned node represents a transform.
-
shouldRunAfter
IDs of otherPlannedNode_1_0events representing nodes that this node should-run-after. The order of IDs in the list is insignificant.May be null if the planned node represents a transform.
-
finalizedBy
IDs of otherPlannedNode_1_0events representing nodes that finalize this node. The order of IDs in the list is insignificant.May be null if the planned node represents a transform.
-
-
Constructor Details
-
PlannedNode_1_0
-
-
Method Details