Bazel Critical Path
data class BazelCriticalPath(@Json(name = "actions" ) val actions: List<BazelCriticalPathActionsInner>? = null)
The reported actions of the critical path.
Parameters
actions
The actions of the critical path. Null when the build failed early, or when the build profile was not available to Develocity.