Class ConfigurationResolutionData_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.ConfigurationResolutionData_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
ConfigurationResolutionData_1_1
@GradleVersion(since="2.0")
@PluginVersion(since="1.3",
until="1.13")
public class ConfigurationResolutionData_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData which represents all dependency data for a given build.
Zero or one ConfigurationResolutionData_1_0 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Map<Long, ? extends Component_2_0> Collection of components used by project configurations.final Map<Long, ? extends ComponentDependency_2_0> Collection of dependencies used by project configurations.final @Nullable Map<Long, ? extends ExceptionTree_1_0> Collection of dependency resolution failures.final Map<Long, ? extends ComponentIdentity> Collection of component identities used by project configurations. -
Constructor Summary
ConstructorsConstructorDescriptionConfigurationResolutionData_1_0(Map<Long, ? extends ComponentIdentity> identities, Map<Long, ? extends Component_2_0> components, Map<Long, ? extends ComponentDependency_2_0> dependencies, @Nullable Map<Long, ? extends ExceptionTree_1_0> failures) -
Method Summary
-
Field Details
-
identities
Collection of component identities used by project configurations. -
components
Collection of components used by project configurations. -
dependencies
Collection of dependencies used by project configurations. -
failures
Collection of dependency resolution failures.- See Also:
-
-
Constructor Details
-
ConfigurationResolutionData_1_0
public ConfigurationResolutionData_1_0(Map<Long, ? extends ComponentIdentity> identities, Map<Long, ? extends Component_2_0> components, Map<Long, ? extends ComponentDependency_2_0> dependencies, @Nullable @Nullable Map<Long, ? extends ExceptionTree_1_0> failures)
-
-
Method Details