Class MvnBuildCacheLocalStoreStarted_1_0

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

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

Zero or more MvnBuildCacheLocalStoreStarted_1_0 events may be published.

  • Field Details

    • goalExecutionId

      public final long goalExecutionId
      The ID of the goal execution whose artifact is attempted to be stored in the local cache, linking to MvnGoalExecutionStarted_1_0.id.
    • id

      public final long id
      The ID of the store activity, linking to MvnBuildCacheLocalStoreFinished_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 store.
  • Constructor Details

    • MvnBuildCacheLocalStoreStarted_1_0

      public MvnBuildCacheLocalStoreStarted_1_0(long goalExecutionId, long id, byte[] cacheKey, long archiveSize)
  • Method Details