BazelCriticalPath

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.

Constructors

Link copied to clipboard
constructor(@Json(name = "actions") actions: List<BazelCriticalPathActionsInner>? = null)

Properties

Link copied to clipboard