Class BzlActionStarted_1_0

java.lang.Object
com.gradle.scan.eventmodel.bazel.action.BzlActionStarted_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@BazelVersion(since="1.0") @BazelAgentVersion(since="1.0", until="1.2") 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 Details

    • id

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

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

    • BzlActionStarted_1_0

      public BzlActionStarted_1_0(long id, String name)
  • Method Details