Class ConfigurationResolutionFinished_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.ConfigurationResolutionFinished_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="2.0")
@PluginVersion(since="1.0",
until="1.2")
public final class ConfigurationResolutionFinished_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData that is published when resolution of a configuration's dependencies has finished.
Zero or more ConfigurationResolutionFinished_1_0 events may be published.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConfigurationResolutionFinished_1_0(long id, String projectPath, String configurationName, ConfigurationResolutionResult_1_0 result) -
Method Summary
-
Field Details
-
id
public final long idThe unique id, based on project and configuration. -
projectPath
The fully qualified name of the project that the configuration belongs to. -
configurationName
The configuration name. -
result
The result of the configuration resolution.
-
-
Constructor Details
-
ConfigurationResolutionFinished_1_0
public ConfigurationResolutionFinished_1_0(long id, String projectPath, String configurationName, ConfigurationResolutionResult_1_0 result)
-
-
Method Details