Class MvnBuildCacheUnpackStarted_1_0

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

    @MavenVersion(since="3.3.1")
    @MavenExtensionVersion(since="1.0")
    public class MvnBuildCacheUnpackStarted_1_0
    extends Object
    implements com.gradle.scan.eventmodel.EventData
    An EventData that is published when a build cache unpack artifact operation has started.

    Zero or more MvnBuildCacheUnpackStarted_1_0 events may be published.

    • Field Detail

      • goalExecutionId

        public final long goalExecutionId
        The ID of the goal execution whose artifact is unpacked, linking to MvnGoalExecutionStarted_1_0.id.
      • cacheKey

        public final byte[] cacheKey
        The cache key that identifies the artifact in the build cache.
      • archiveSize

        public final long archiveSize
        The number of bytes of the cache artifact to be unpacked.
    • Constructor Detail

      • MvnBuildCacheUnpackStarted_1_0

        public MvnBuildCacheUnpackStarted_1_0​(long goalExecutionId,
                                              long id,
                                              byte[] cacheKey,
                                              long archiveSize)