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 Details

    • id

      public final long id
      The id of the store activity.
    • stored

      @Nullable("when the store failed") public final @Nullable("when the store failed") Boolean stored
      Whether the artifact ended up stored.
    • failureId

      @Nullable("when the store was successful") public final @Nullable("when the store was successful") Long failureId
      The failure id in case of a failed store.

      The failure id is mapped to a Exception_3_0 in ExceptionData_1_0.

  • Constructor Details

    • BuildCacheLocalStoreFinished_1_0

      public BuildCacheLocalStoreFinished_1_0(long id, @Nullable @Nullable Boolean stored, @Nullable @Nullable Long failureId)
  • Method Details