Class LoadBuildStarted_1_1

java.lang.Object
com.gradle.scan.eventmodel.gradle.LoadBuildStarted_1_0
com.gradle.scan.eventmodel.gradle.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
  • Field Details

    • 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 Details

    • LoadBuildStarted_1_1

      public LoadBuildStarted_1_1(long id, String buildPath, @Nullable @Nullable String includedBy)
  • Method Details