Class ConfigurationResolutionResult_2_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.dependencies.ConfigurationResolutionResult_2_0
@PluginVersion(since="1.3",
until="3.1")
public class ConfigurationResolutionResult_2_0
extends Object
Details about the result of dependency resolution.
-
Field Summary
FieldsModifier and TypeFieldDescriptionMapping of dependencies to failures.final booleanWhether any dependencies failed to be resolved.Mapping of identities to components.final longIdentity of the root component. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
failed
public final boolean failedWhether any dependencies failed to be resolved. -
root
public final long rootIdentity of the root component. -
identityToComponent
Mapping of identities to components. -
dependencyToFailure
@Nullable("if there are no failed dependencies") public final @Nullable("if there are no failed dependencies") Map<Long,? extends Map<Long, dependencyToFailureLong>> Mapping of dependencies to failures.Keys in the top level map are dependency IDs. Values are a map of dependent identity IDs to failure ID.
-
-
Constructor Details
-
ConfigurationResolutionResult_2_0
-
-
Method Details