Class ConfigurationResolutionStarted_1_2
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
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
ConfigurationResolutionStarted_1_3
@GradleVersion(since="2.0")
@PluginVersion(since="1.16",
until="2.3")
public class ConfigurationResolutionStarted_1_2
extends ConfigurationResolutionStarted_1_1
Indicates that the dependencies of a configuration are about to be resolved.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe IDs of the repositories that are available to resolve from.Fields 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
Constructors -
Method Summary
-
Field Details
-
repositoryIds
The IDs of the repositories that are available to resolve from.Each value corresponds to the
Repository_1_0that has previously appeared in the event stream.Empty when there are no repositories, or if Gradle version is < 4.10.
-
-
Constructor Details
-
ConfigurationResolutionStarted_1_2
-
-
Method Details
-
equals
- Overrides:
equalsin classConfigurationResolutionStarted_1_1
-
hashCode
public int hashCode()- Overrides:
hashCodein classConfigurationResolutionStarted_1_1
-
toString
- Overrides:
toStringin classConfigurationResolutionStarted_1_1
-