Class ConfigurationResolutionResult_3_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.dependencies.ConfigurationResolutionResult_3_0
The result of resolving a dependency configuration.
-
Field Summary
Modifier and TypeFieldDescriptionThe dependency attributes requested for this configuration..The components resolved in this graph that share identities with other components within the build.The resolution failures encountered.final boolean
Whether any dependencies failed to be resolved.final int
The identity at the root of the resolved graph. -
Constructor Summary
-
Method Summary
-
Field Details
-
failed
public final boolean failedWhether any dependencies failed to be resolved. -
root
public final int rootThe identity at the root of the resolved graph.The value is an index into the
ConfigurationResolutionData_2_0.identities
list. -
components
The components resolved in this graph that share identities with other components within the build.Values are indexes within the
ConfigurationResolutionData_2_0.components
list. -
attributes
The dependency attributes requested for this configuration..Values are indexes within the
ConfigurationResolutionData_2_0.attributes
list. -
dependencyToFailures
The resolution failures encountered.Map keys are indexes within the
ConfigurationResolutionData_2_0.dependencies
list. The value map contains an entry for each component that attempted to resolve the dependency, with the key being an index in theConfigurationResolutionData_2_0.identities
list identifying the component and the value being an index in theConfigurationResolutionData_2_0.failureIds
list.
-
-
Constructor Details
-
ConfigurationResolutionResult_3_0
-
-
Method Details