Package com.gradle.scan.eventmodel.maven
Class MvnBuildCacheRemoteStoreFinished_1_2
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnBuildCacheRemoteStoreFinished_1_0
com.gradle.scan.eventmodel.maven.MvnBuildCacheRemoteStoreFinished_1_1
com.gradle.scan.eventmodel.maven.MvnBuildCacheRemoteStoreFinished_1_2
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.23")
public class MvnBuildCacheRemoteStoreFinished_1_2
extends MvnBuildCacheRemoteStoreFinished_1_1
An
EventData
that is published when a remote build cache store artifact operation has finished.
Zero or more MvnBuildCacheRemoteStoreFinished_1_2
events may be published.
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable("when there is no rejection reason or it is not because of the maximum artifact size") Long
The maximum artifact size the server is configured to accept.Fields inherited from class com.gradle.scan.eventmodel.maven.MvnBuildCacheRemoteStoreFinished_1_1
rejectedReason
Fields inherited from class com.gradle.scan.eventmodel.maven.MvnBuildCacheRemoteStoreFinished_1_0
failureId, id, stored
-
Constructor Summary
ConstructorDescriptionMvnBuildCacheRemoteStoreFinished_1_2
(long id, @Nullable Boolean stored, @Nullable Long failureId, @Nullable MvnBuildCacheArtifactRejectedReason_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
-
MvnBuildCacheRemoteStoreFinished_1_2
public MvnBuildCacheRemoteStoreFinished_1_2(long id, @Nullable @Nullable Boolean stored, @Nullable @Nullable Long failureId, @Nullable @Nullable MvnBuildCacheArtifactRejectedReason_1_0 rejectedReason, @Nullable @Nullable Long maximumArtifactSize)
-
-
Method Details
-
equals
- Overrides:
equals
in classMvnBuildCacheRemoteStoreFinished_1_1
-
hashCode
public int hashCode()- Overrides:
hashCode
in classMvnBuildCacheRemoteStoreFinished_1_1
-
toString
- Overrides:
toString
in classMvnBuildCacheRemoteStoreFinished_1_1
-