Class ConfigurationResolutionData_1_2
java.lang.Object
com.gradle.scan.eventmodel.gradle.ConfigurationResolutionData_1_0
com.gradle.scan.eventmodel.gradle.ConfigurationResolutionData_1_1
com.gradle.scan.eventmodel.gradle.ConfigurationResolutionData_1_2
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
ConfigurationResolutionData_1_3
@GradleVersion(since="2.0")
@PluginVersion(since="1.16",
until="2.3")
public class ConfigurationResolutionData_1_2
extends ConfigurationResolutionData_1_1
An
EventData which represents all dependency data for a given build.
Zero or one ConfigurationResolutionData_1_2 events may be published.
-
Field Summary
Fields inherited from class com.gradle.scan.eventmodel.gradle.ConfigurationResolutionData_1_1
failureIdsFields inherited from class com.gradle.scan.eventmodel.gradle.ConfigurationResolutionData_1_0
components, dependencies, failures, identities -
Constructor Summary
ConstructorsConstructorDescriptionConfigurationResolutionData_1_2(Map<Long, ? extends ComponentIdentity> identities, Map<Long, ? extends Component_2_1> components, Map<Long, ? extends ComponentDependency_2_0> dependencies, List<Long> failureIds) -
Method Summary
Methods inherited from class com.gradle.scan.eventmodel.gradle.ConfigurationResolutionData_1_1
equals, hashCode
-
Constructor Details
-
ConfigurationResolutionData_1_2
public ConfigurationResolutionData_1_2(Map<Long, ? extends ComponentIdentity> identities, Map<Long, ? extends Component_2_1> components, Map<Long, ? extends ComponentDependency_2_0> dependencies, List<Long> failureIds)
-
-
Method Details
-
toString
- Overrides:
toStringin classConfigurationResolutionData_1_1
-