Class ConfigurationResolutionFinished_2_0

java.lang.Object
com.gradle.scan.eventmodel.gradle.ConfigurationResolutionFinished_2_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@GradleVersion(since="2.0") @PluginVersion(since="1.3", until="3.1") public class ConfigurationResolutionFinished_2_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_2_0 events may be published.

  • Field Details

    • id

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

      public final ConfigurationResolutionResult_2_0 result
      The result of the configuration resolution.
  • Constructor Details

  • Method Details