Class BuildCacheUnpackStarted_2_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.BuildCacheUnpackStarted_2_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="5.0")
@PluginVersion(since="3.16")
public class BuildCacheUnpackStarted_2_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 BuildCacheUnpackStarted_2_0
events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal long
The number of bytes of the cache artifact to be unpacked.final String
The cache key that identifies the artifact in the build cache.final long
The id of the unpack activity.final long
The id of the work unit whose artifact is attempted to be loaded from the remote cache. -
Constructor Summary
ConstructorsConstructorDescriptionBuildCacheUnpackStarted_2_0
(long workId, long id, String cacheKey, long archiveSize) -
Method Summary
-
Field Details
-
workId
public final long workIdThe id of the work unit whose artifact is attempted to be loaded from the remote cache. ReferencesTaskIdentity_1_0.id
orTransformExecutionStarted_1_0.id
. -
id
public final long idThe id of the unpack activity. -
cacheKey
The cache key that identifies the artifact in the build cache. -
archiveSize
public final long archiveSizeThe number of bytes of the cache artifact to be unpacked.
-
-
Constructor Details
-
BuildCacheUnpackStarted_2_0
-
-
Method Details