Class BzlCriticalPath_1_0

  • All Implemented Interfaces:
    com.gradle.scan.eventmodel.EventData

    @BazelVersion(since="1.0")
    @BazelAgentVersion(since="1.0")
    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 Detail

      • actions

        public final List<Long> actions
        The IDs of the BzlActionStarted_1_0 events that make up the critical path, in no particular order.
    • Constructor Detail

      • BzlCriticalPath_1_0

        public BzlCriticalPath_1_0​(List<Long> actions)