Class BzlCriticalPath_1_0
java.lang.Object
com.gradle.scan.eventmodel.bazel.action.BzlCriticalPath_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@BazelVersion(since="1.0")
@BazelAgentVersion(since="1.0",
until="1.2")
public class BzlCriticalPath_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData
indicating the critical path of the build, i.e. the series of actions that dominated the build's wall clock time.
An event stream will contain a single BzlCriticalPath_1_0
.
-
Field Summary
Modifier and TypeFieldDescriptionThe IDs of theBzlActionStarted_1_0
events that make up the critical path, in no particular order. -
Constructor Summary
-
Method Summary
-
Field Details
-
actions
The IDs of theBzlActionStarted_1_0
events that make up the critical path, in no particular order.
-
-
Constructor Details
-
BzlCriticalPath_1_0
-
-
Method Details