Class BuildCachePackStarted_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.BuildCachePackStarted_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="4.1")
@PluginVersion(since="1.9",
until="3.15")
public class BuildCachePackStarted_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData that is published when a build cache pack artifact operation has started.
Zero or more BuildCachePackStarted_1_0 events may be published.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
task
public final long taskThe id of the task whose artifact is packed. -
id
public final long idThe id of the pack activity. -
cacheKey
The cache key that identifies the artifact in the build cache.
-
-
Constructor Details
-
BuildCachePackStarted_1_0
-
-
Method Details