Class BzlActionStarted_1_0

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

    @BazelVersion(since="1.0")
    @BazelAgentVersion(since="1.0")
    public class BzlActionStarted_1_0
    extends Object
    implements com.gradle.scan.eventmodel.EventData
    An EventData that is published when an action has started executing.

    Zero or more BzlActionStarted_1_0 events may be published.

    • Field Detail

      • id

        public final long id
        The ID of the action.
      • name

        public final String name
        The human-readable name of the action.
    • Constructor Detail

      • BzlActionStarted_1_0

        public BzlActionStarted_1_0​(long id,
                                    String name)