Class ConfigurationResolutionStarted_1_3

All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
Direct Known Subclasses:
ConfigurationResolutionStarted_1_4

@GradleVersion(since="5.0") @PluginVersion(since="2.4", until="3.18") public class ConfigurationResolutionStarted_1_3 extends ConfigurationResolutionStarted_1_2
Indicates that the dependencies of a configuration are about to be resolved.
See Also:
  • Field Details

    • scriptApplicationId

      @Nullable("when not a script classpath configuration, or when project has no build script") public final @Nullable("when not a script classpath configuration, or when project has no build script") Long scriptApplicationId
      What script this resolution is related to.

      null if it's a script classpath configuration, or if project has no build script

    • scriptlessProjectBuildScript

      public final boolean scriptlessProjectBuildScript
      Whether the configuration represents a project script classpath which is not associated with a build script.
  • Constructor Details

    • ConfigurationResolutionStarted_1_3

      public ConfigurationResolutionStarted_1_3(long id, @Nullable @Nullable String buildPath, @Nullable @Nullable String projectPath, String configurationName, @Nullable @Nullable String description, boolean visible, boolean transitive, List<Long> repositoryIds, @Nullable @Nullable Long scriptApplicationId, boolean scriptlessProjectBuildScript)
  • Method Details