Class ConfigurationResolutionFinished_3_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.ConfigurationResolutionFinished_3_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="5.0")
@PluginVersion(since="3.2",
until="3.12")
public class ConfigurationResolutionFinished_3_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData that is published when the resolution of a configuration's dependencies has finished.
Zero or more ConfigurationResolutionFinished_3_0 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longThe unique id, based on project and configuration.The result of the configuration resolution. -
Constructor Summary
ConstructorsConstructorDescriptionConfigurationResolutionFinished_3_0(long id, ConfigurationResolutionResult_3_0 result) -
Method Summary
-
Field Details
-
id
public final long idThe unique id, based on project and configuration. -
result
The result of the configuration resolution.
-
-
Constructor Details
-
ConfigurationResolutionFinished_3_0
-
-
Method Details