Class BuildCacheRemoteLoadStarted_1_0

  • All Implemented Interfaces:
    com.gradle.scan.eventmodel.EventData

    @GradleVersion(since="4.1")
    @PluginVersion(since="1.9",
                   until="3.15")
    public class BuildCacheRemoteLoadStarted_1_0
    extends Object
    implements com.gradle.scan.eventmodel.EventData
    An EventData that is published when a build cache remote load artifact operation has started.

    Zero or more BuildCacheRemoteLoadStarted_1_0 events may be published.

    • Field Detail

      • task

        public final long task
        The id of the task whose artifact is attempted to be loaded from the remote cache.
      • 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 Detail

      • BuildCacheRemoteLoadStarted_1_0

        public BuildCacheRemoteLoadStarted_1_0​(long task,
                                               long id,
                                               String cacheKey)