Package com.gradle.scan.eventmodel.maven
Class MvnBuildCacheRemoteStoreStarted_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnBuildCacheRemoteStoreStarted_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.0")
public class MvnBuildCacheRemoteStoreStarted_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData
that is published when a remote build cache store artifact operation has started.
Zero or more MvnBuildCacheRemoteStoreStarted_1_0
events may be published.
-
Field Summary
Modifier and TypeFieldDescriptionfinal long
The number of bytes of the cache artifact to store.final byte[]
The cache key that identifies the artifact in the build cache.final long
The ID of the goal execution whose artifact is attempted to be stored in the remote cache, linking toMvnGoalExecutionStarted_1_0.id
.final long
The ID of the store activity, linking toMvnBuildCacheRemoteStoreFinished_1_0.id
. -
Constructor Summary
ConstructorDescriptionMvnBuildCacheRemoteStoreStarted_1_0
(long goalExecutionId, long id, byte[] cacheKey, long archiveSize) -
Method Summary
-
Field Details
-
goalExecutionId
public final long goalExecutionIdThe ID of the goal execution whose artifact is attempted to be stored in the remote cache, linking toMvnGoalExecutionStarted_1_0.id
. -
id
public final long idThe ID of the store activity, linking toMvnBuildCacheRemoteStoreFinished_1_0.id
. -
cacheKey
public final byte[] cacheKeyThe cache key that identifies the artifact in the build cache. -
archiveSize
public final long archiveSizeThe number of bytes of the cache artifact to store.
-
-
Constructor Details
-
MvnBuildCacheRemoteStoreStarted_1_0
public MvnBuildCacheRemoteStoreStarted_1_0(long goalExecutionId, long id, byte[] cacheKey, long archiveSize)
-
-
Method Details