Class BuildCacheLocalStoreFinished_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.BuildCacheLocalStoreFinished_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="8.6")
@PluginVersion(since="3.17")
public class BuildCacheLocalStoreFinished_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData that is published when a build cache remote store artifact operation has finished.
Zero or more BuildCacheLocalStoreFinished_1_0 events may be published.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBuildCacheLocalStoreFinished_1_0(long id, @Nullable Boolean stored, @Nullable Long failureId) -
Method Summary
-
Field Details
-
id
public final long idThe id of the store activity. -
stored
Whether the artifact ended up stored. -
failureId
@Nullable("when the store was successful") public final @Nullable("when the store was successful") Long failureIdThe failure id in case of a failed store.The failure id is mapped to a
Exception_3_0inExceptionData_1_0.
-
-
Constructor Details
-
BuildCacheLocalStoreFinished_1_0
-
-
Method Details