Class ConfigurationResolutionData_1_3
java.lang.Object
com.gradle.scan.eventmodel.gradle.ConfigurationResolutionData_1_0
com.gradle.scan.eventmodel.gradle.ConfigurationResolutionData_1_1
com.gradle.scan.eventmodel.gradle.ConfigurationResolutionData_1_2
com.gradle.scan.eventmodel.gradle.ConfigurationResolutionData_1_3
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="5.0")
@PluginVersion(since="2.4",
until="3.1")
public class ConfigurationResolutionData_1_3
extends ConfigurationResolutionData_1_2
An
EventData which represents all dependency data for a given build.
Zero or one ConfigurationResolutionData_1_3 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Map<Long, ? extends Attribute_1_0> Collection of interned attributes.final Map<Long, ? extends Capability_1_0> Collection of interned capabilities.final Map<Long, ? extends ComponentSelectionDescriptor_1_0> Collection of interned selection descriptors.final Map<Long, ? extends Variant_1_0> Collection of interned variants.Fields inherited from class com.gradle.scan.eventmodel.gradle.ConfigurationResolutionData_1_1
failureIdsFields inherited from class com.gradle.scan.eventmodel.gradle.ConfigurationResolutionData_1_0
components, dependencies, failures, identities -
Constructor Summary
ConstructorsConstructorDescriptionConfigurationResolutionData_1_3(Map<Long, ? extends ComponentIdentity> identities, Map<Long, ? extends Component_2_2> components, Map<Long, ? extends ComponentDependency_2_1> dependencies, List<Long> failureIds, Map<Long, ? extends ComponentSelectionDescriptor_1_0> selectionDescriptors, Map<Long, ? extends Attribute_1_0> attributes, Map<Long, ? extends Capability_1_0> capabilities, Map<Long, ? extends Variant_1_0> variants) -
Method Summary
-
Field Details
-
selectionDescriptors
Collection of interned selection descriptors. -
attributes
Collection of interned attributes. -
capabilities
Collection of interned capabilities. -
variants
Collection of interned variants.
-
-
Constructor Details
-
ConfigurationResolutionData_1_3
public ConfigurationResolutionData_1_3(Map<Long, ? extends ComponentIdentity> identities, Map<Long, ? extends Component_2_2> components, Map<Long, ? extends ComponentDependency_2_1> dependencies, List<Long> failureIds, Map<Long, ? extends ComponentSelectionDescriptor_1_0> selectionDescriptors, Map<Long, ? extends Attribute_1_0> attributes, Map<Long, ? extends Capability_1_0> capabilities, Map<Long, ? extends Variant_1_0> variants)
-
-
Method Details
-
equals
- Overrides:
equalsin classConfigurationResolutionData_1_1
-
hashCode
public int hashCode()- Overrides:
hashCodein classConfigurationResolutionData_1_1
-
toString
- Overrides:
toStringin classConfigurationResolutionData_1_2
-