Class ConfigurationResolutionFinished_4_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.ConfigurationResolutionFinished_4_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="5.0")
@PluginVersion(since="3.13")
public class ConfigurationResolutionFinished_4_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_4_0
events may be published.
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable("when configuration resolution did not encounter an unhandled failure") Long
The failure id in case of a failure during configuration resolution.final long
The unique id, based on project and configuration.final @Nullable("when configuration resolution failed") ConfigurationResolutionResult_3_0
The result of the configuration resolution. -
Constructor Summary
ConstructorDescriptionConfigurationResolutionFinished_4_0
(long id, @Nullable ConfigurationResolutionResult_3_0 result, @Nullable Long failureId) -
Method Summary
-
Field Details
-
id
public final long idThe unique id, based on project and configuration. -
result
@Nullable("when configuration resolution failed") public final @Nullable("when configuration resolution failed") ConfigurationResolutionResult_3_0 resultThe result of the configuration resolution. -
failureId
@Nullable("when configuration resolution did not encounter an unhandled failure") public final @Nullable("when configuration resolution did not encounter an unhandled failure") Long failureIdThe failure id in case of a failure during configuration resolution.The failure id is mapped to a
Exception_3_0
inExceptionData_1_1
.
-
-
Constructor Details
-
ConfigurationResolutionFinished_4_0
public ConfigurationResolutionFinished_4_0(long id, @Nullable @Nullable ConfigurationResolutionResult_3_0 result, @Nullable @Nullable Long failureId)
-
-
Method Details