Class BuildCacheUnpackStarted_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.BuildCacheUnpackStarted_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="4.1")
@PluginVersion(since="1.9",
until="3.15")
public class BuildCacheUnpackStarted_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 BuildCacheUnpackStarted_1_0 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longThe number of bytes of the cache artifact to be unpacked.final StringThe cache key that identifies the artifact in the build cache.final longThe id of the unpack activity.final longThe id of the task whose artifact is unpacked. -
Constructor Summary
ConstructorsConstructorDescriptionBuildCacheUnpackStarted_1_0(long task, long id, String cacheKey, long archiveSize) -
Method Summary
-
Field Details
-
task
public final long taskThe id of the task whose artifact is unpacked. -
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_1_0
-
-
Method Details