Class BzlBuildPhaseStarted_1_0

java.lang.Object
com.gradle.scan.eventmodel.bazel.lifecycle.BzlBuildPhaseStarted_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@BazelVersion(since="1.0") @BazelAgentVersion(since="1.0", until="1.2") public class BzlBuildPhaseStarted_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData that is published when a build phase has started. There is no corresponding finish event, as the start of the next build phase implicitly means the end of the previous one.

Zero or more BzlBuildPhaseStarted_1_0 events may be published.

  • Field Details

    • name

      public final String name
      The name of the phase.
  • Constructor Details

    • BzlBuildPhaseStarted_1_0

      public BzlBuildPhaseStarted_1_0(String name)
  • Method Details