Class BuildCacheRemoteStoreFinished_1_3
java.lang.Object
com.gradle.scan.eventmodel.gradle.BuildCacheRemoteStoreFinished_1_0
com.gradle.scan.eventmodel.gradle.BuildCacheRemoteStoreFinished_1_1
com.gradle.scan.eventmodel.gradle.BuildCacheRemoteStoreFinished_1_2
com.gradle.scan.eventmodel.gradle.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 Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when there is no rejection reason or it is not because of the maximum artifact size") LongThe maximum artifact size the server is configured to accept.Fields inherited from class com.gradle.scan.eventmodel.gradle.BuildCacheRemoteStoreFinished_1_2
rejectedReasonFields inherited from class com.gradle.scan.eventmodel.gradle.BuildCacheRemoteStoreFinished_1_1
failureIdFields inherited from class com.gradle.scan.eventmodel.gradle.BuildCacheRemoteStoreFinished_1_0
failure, id, stored -
Constructor Summary
ConstructorsConstructorDescriptionBuildCacheRemoteStoreFinished_1_3(long id, @Nullable Boolean stored, @Nullable Long failureId, @Nullable BuildCacheArtifactRejectedReason_1_0 rejectedReason, @Nullable Long maximumArtifactSize) -
Method Summary
-
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 maximumArtifactSizeThe 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
-
equals
- Overrides:
equalsin classBuildCacheRemoteStoreFinished_1_2
-
hashCode
public int hashCode()- Overrides:
hashCodein classBuildCacheRemoteStoreFinished_1_2
-
toString
- Overrides:
toStringin classBuildCacheRemoteStoreFinished_1_2
-