Class BzlBuildPhaseStarted_1_0

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

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

      • name

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

      • BzlBuildPhaseStarted_1_0

        public BzlBuildPhaseStarted_1_0​(String name)