Class MvnBuildCacheRemoteLoadStarted_1_0

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

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

Zero or more MvnBuildCacheRemoteLoadStarted_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 loaded from the remote cache, linking to MvnGoalExecutionStarted_1_0.id.
    • id

      public final long id
      The ID of the load activity, linking to MvnBuildCacheRemoteLoadFinished_1_0.id.
    • cacheKey

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

    • MvnBuildCacheRemoteLoadStarted_1_0

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