Class BuildCachePackStarted_2_0

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

    @GradleVersion(since="5.0")
    @PluginVersion(since="3.16")
    public class BuildCachePackStarted_2_0
    extends Object
    implements com.gradle.scan.eventmodel.EventData
    An EventData that is published when a build cache pack artifact operation has started.

    Zero or more BuildCachePackStarted_2_0 events may be published.

    • Field Detail

      • id

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

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

      • BuildCachePackStarted_2_0

        public BuildCachePackStarted_2_0​(long workId,
                                         long id,
                                         String cacheKey)