Class ConfigurationResolutionResult_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.dependencies.ConfigurationResolutionResult_1_0
@PluginVersion(since="1.0",
until="1.2")
public final class ConfigurationResolutionResult_1_0
extends Object
Details about the result of dependency resolution.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List
<Component_1_0> A list of components in the resolved dependency graph.final List
<ComponentDependency_1_0> A list of component dependencies for the components in the resolved dependency graph.final boolean
Whether all dependencies have been resolved. -
Constructor Summary
ConstructorsConstructorDescriptionConfigurationResolutionResult_1_0
(boolean successful, List<Component_1_0> components, List<ComponentDependency_1_0> dependencies) -
Method Summary
-
Field Details
-
successful
public final boolean successfulWhether all dependencies have been resolved. -
components
A list of components in the resolved dependency graph. -
dependencies
A list of component dependencies for the components in the resolved dependency graph.
-
-
Constructor Details
-
ConfigurationResolutionResult_1_0
public ConfigurationResolutionResult_1_0(boolean successful, List<Component_1_0> components, List<ComponentDependency_1_0> dependencies)
-
-
Method Details