Class BuildCacheRemoteStoreFinished_1_3

All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
Direct Known Subclasses:
BuildCacheRemoteStoreFinished_1_4

@GradleVersion(since="4.1") @PluginVersion(since="3.19", until="4.0") public class BuildCacheRemoteStoreFinished_1_3 extends BuildCacheRemoteStoreFinished_1_2
An EventData that is published when a build cache remote store artifact operation has finished.

Zero or more BuildCacheRemoteStoreFinished_1_3 events may be published.

  • Field Details

    • maximumArtifactSize

      @Nullable("when there is no rejection reason or it is not because of the maximum artifact size") public final @Nullable("when there is no rejection reason or it is not because of the maximum artifact size") Long maximumArtifactSize
      The maximum artifact size the server is configured to accept.
  • Constructor Details

    • BuildCacheRemoteStoreFinished_1_3

      public BuildCacheRemoteStoreFinished_1_3(long id, @Nullable @Nullable Boolean stored, @Nullable @Nullable Long failureId, @Nullable @Nullable BuildCacheArtifactRejectedReason_1_0 rejectedReason, @Nullable @Nullable Long maximumArtifactSize)
  • Method Details