Class LoadBuildStarted_1_1

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

    @GradleVersion(since="4.10")
    @PluginVersion(since="1.16")
    public class LoadBuildStarted_1_1
    extends LoadBuildStarted_1_0
    Indicates the loading of a build, of which there may be more than one.

    A single Gradle invocation may be comprised of multiple builds. Embedded buildSrc builds are distinct builds, as are each included build of a composite.

    • Field Detail

      • includedBy

        @Nullable("when the build is the root build")
        @GradleVersion(since="4.10")
        public final @Nullable("when the build is the root build") String includedBy
        The path of the build that caused this build to be included.

        For buildSrc builds, will be the build that contains the buildSrc build.

        For included builds of a composite, will be the build that declared the inclusion.

    • Constructor Detail

      • LoadBuildStarted_1_1

        public LoadBuildStarted_1_1​(long id,
                                    String buildPath,
                                    @Nullable
                                    @Nullable String includedBy)