Class ConfigurationResolutionStarted_1_3
java.lang.Object
com.gradle.scan.eventmodel.gradle.ConfigurationResolutionStarted_1_0
com.gradle.scan.eventmodel.gradle.ConfigurationResolutionStarted_1_1
com.gradle.scan.eventmodel.gradle.ConfigurationResolutionStarted_1_2
com.gradle.scan.eventmodel.gradle.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 Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when not a script classpath configuration, or when project has no build script") LongWhat script this resolution is related to.final booleanWhether the configuration represents a project script classpath which is not associated with a build script.Fields inherited from class com.gradle.scan.eventmodel.gradle.ConfigurationResolutionStarted_1_2
repositoryIdsFields inherited from class com.gradle.scan.eventmodel.gradle.ConfigurationResolutionStarted_1_1
buildPathFields inherited from class com.gradle.scan.eventmodel.gradle.ConfigurationResolutionStarted_1_0
configurationName, description, id, projectPath, transitive, visible -
Constructor Summary
ConstructorsConstructorDescriptionConfigurationResolutionStarted_1_3(long id, @Nullable String buildPath, @Nullable String projectPath, String configurationName, @Nullable String description, boolean visible, boolean transitive, List<Long> repositoryIds, @Nullable Long scriptApplicationId, boolean scriptlessProjectBuildScript) -
Method Summary
-
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 scriptApplicationIdWhat script this resolution is related to.nullif it's a script classpath configuration, or if project has no build script -
scriptlessProjectBuildScript
public final boolean scriptlessProjectBuildScriptWhether 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
-
equals
- Overrides:
equalsin classConfigurationResolutionStarted_1_2
-
hashCode
public int hashCode()- Overrides:
hashCodein classConfigurationResolutionStarted_1_2
-
toString
- Overrides:
toStringin classConfigurationResolutionStarted_1_2
-