Class ConfigurationResolutionStarted_1_0

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

    @GradleVersion(since="2.0")
    @PluginVersion(since="1.0",
                   until="1.10")
    public class ConfigurationResolutionStarted_1_0
    extends Object
    implements com.gradle.scan.eventmodel.EventData
    An EventData that is published when resolution of a configuration's dependencies has started.

    Zero or more ConfigurationResolutionStarted_1_0 events may be published.

    • Field Detail

      • id

        public final long id
        The unique id, based on project and configuration.
      • projectPath

        @Nullable("When script classpath with no project")
        public final @Nullable("When script classpath with no project") String projectPath
        The fully qualified name of the project that the configuration belongs to.
      • configurationName

        public final String configurationName
        The configuration name.
      • description

        @Nullable
        public final @Nullable String description
        The configuration description.
      • visible

        public final boolean visible
        Whether the configuration is visible outside of the project it belongs to.
      • transitive

        public final boolean transitive
        Whether the configuration is transitive.
    • Constructor Detail

      • ConfigurationResolutionStarted_1_0

        public ConfigurationResolutionStarted_1_0​(long id,
                                                  @Nullable
                                                  @Nullable String projectPath,
                                                  String configurationName,
                                                  @Nullable
                                                  @Nullable String description,
                                                  boolean visible,
                                                  boolean transitive)