Class 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 Detail

      • id

        public final long id
        The unique id, based on project and configuration.
      • result

        @Nullable("when configuration resolution failed")
        public final @Nullable("when configuration resolution failed") ConfigurationResolutionResult_3_0 result
        The 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 failureId
        The failure id in case of a failure during configuration resolution.

        The failure id is mapped to a Exception_3_0 in ExceptionData_1_1.

    • Constructor Detail

      • ConfigurationResolutionFinished_4_0

        public ConfigurationResolutionFinished_4_0​(long id,
                                                   @Nullable
                                                   @Nullable ConfigurationResolutionResult_3_0 result,
                                                   @Nullable
                                                   @Nullable Long failureId)