Class BuildCacheLocalLoadStarted_1_0

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

@GradleVersion(since="8.6") @PluginVersion(since="3.17") public class BuildCacheLocalLoadStarted_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData that is published when a local build cache load artifact operation has started.

Zero or more BuildCacheLocalLoadStarted_1_0 events may be published.

  • Field Details

    • workId

      public final long workId
      The id of the work unit whose artifact is attempted to be loaded from the remote cache. References TaskIdentity_1_0.id or TransformExecutionStarted_1_0.id.
    • id

      public final long id
      The id of the load activity.
    • cacheKey

      public final String cacheKey
      The cache key that identifies the artifact in the build cache.
  • Constructor Details

    • BuildCacheLocalLoadStarted_1_0

      public BuildCacheLocalLoadStarted_1_0(long workId, long id, String cacheKey)
  • Method Details