Class ConfigurationResolutionStarted_1_3

    • Field Detail

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

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