Class ConfigurationResolutionData_2_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.ConfigurationResolutionData_2_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="5.0")
@PluginVersion(since="3.2")
public class ConfigurationResolutionData_2_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData
which represents all dependency data for a given build.
Zero or one ConfigurationResolutionData_2_0
events may be published.
-
Field Summary
Modifier and TypeFieldDescriptionfinal List
<? extends Attribute_1_0> List of interned attributes.final List
<? extends Capability_1_0> List of interned capabilities.final List
<? extends Component_3_0> List of components used by project configurations.final List
<? extends ComponentDependency_3_0> List of dependencies used by project configurations.List of dependency resolution failure ids.final List
<? extends ComponentIdentity> List of component identities used by project configurations.final List
<? extends ComponentSelectionDescriptor_1_0> List of interned selection descriptors.final List
<? extends Variant_2_0> List of interned variants. -
Constructor Summary
ConstructorDescriptionConfigurationResolutionData_2_0
(List<? extends ComponentIdentity> identities, List<? extends Component_3_0> components, List<? extends ComponentDependency_3_0> dependencies, List<Long> failureIds, List<? extends ComponentSelectionDescriptor_1_0> selectionDescriptors, List<? extends Attribute_1_0> attributes, List<? extends Capability_1_0> capabilities, List<? extends Variant_2_0> variants) -
Method Summary
-
Field Details
-
identities
List of component identities used by project configurations. -
components
List of components used by project configurations. -
dependencies
List of dependencies used by project configurations. -
failureIds
List of dependency resolution failure ids.A failure id is mapped to a
Exception_3_0
inExceptionData_1_0
. -
selectionDescriptors
List of interned selection descriptors. -
attributes
List of interned attributes. -
capabilities
List of interned capabilities. -
variants
List of interned variants.
-
-
Constructor Details
-
ConfigurationResolutionData_2_0
public ConfigurationResolutionData_2_0(List<? extends ComponentIdentity> identities, List<? extends Component_3_0> components, List<? extends ComponentDependency_3_0> dependencies, List<Long> failureIds, List<? extends ComponentSelectionDescriptor_1_0> selectionDescriptors, List<? extends Attribute_1_0> attributes, List<? extends Capability_1_0> capabilities, List<? extends Variant_2_0> variants)
-
-
Method Details