Class BuildIdentified_1_0

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

    @GradleVersion(since="8.0")
    @PluginVersion(since="3.12")
    public class BuildIdentified_1_0
    extends Object
    implements com.gradle.scan.eventmodel.EventData
    An EventData that is emitted when Gradle identified a build. It is guaranteed that this event is emitted before any reference to that build path in the event stream.

    Zero or one BuildIdentified_1_0 events may be published.

    • Field Detail

      • buildPath

        public final String buildPath
        The path of the identified build.
    • Constructor Detail

      • BuildIdentified_1_0

        public BuildIdentified_1_0​(String buildPath)