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
- Direct Known Subclasses:
MvnBuildCacheRemoteStoreFinished_1_3
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.23",
until="2.0")
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
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.maven.MvnBuildCacheRemoteStoreFinished_1_1
rejectedReasonFields inherited from class com.gradle.scan.eventmodel.maven.MvnBuildCacheRemoteStoreFinished_1_0
failureId, id, stored -
Constructor Summary
ConstructorsConstructorDescriptionMvnBuildCacheRemoteStoreFinished_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:
equalsin classMvnBuildCacheRemoteStoreFinished_1_1
-
hashCode
public int hashCode()- Overrides:
hashCodein classMvnBuildCacheRemoteStoreFinished_1_1
-
toString
- Overrides:
toStringin classMvnBuildCacheRemoteStoreFinished_1_1
-