Package com.gradle.scan.eventmodel.maven
Class MvnBuildCacheRemoteStoreFinished_1_1
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnBuildCacheRemoteStoreFinished_1_0
com.gradle.scan.eventmodel.maven.MvnBuildCacheRemoteStoreFinished_1_1
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.18")
public class MvnBuildCacheRemoteStoreFinished_1_1
extends MvnBuildCacheRemoteStoreFinished_1_0
An
EventData
that is published when a remote build cache store artifact operation has finished.
Zero or more MvnBuildCacheRemoteStoreFinished_1_1
events may be published.
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable("when the store was successful") MvnBuildCacheArtifactRejectedReason_1_0
The reason the cache artifact is rejected by the remote build cache.Fields inherited from class com.gradle.scan.eventmodel.maven.MvnBuildCacheRemoteStoreFinished_1_0
failureId, id, stored
-
Constructor Summary
ConstructorDescriptionMvnBuildCacheRemoteStoreFinished_1_1
(long id, @Nullable Boolean stored, @Nullable Long failureId, @Nullable MvnBuildCacheArtifactRejectedReason_1_0 rejectedReason) -
Method Summary
-
Field Details
-
rejectedReason
@Nullable("when the store was successful") public final @Nullable("when the store was successful") MvnBuildCacheArtifactRejectedReason_1_0 rejectedReasonThe reason the cache artifact is rejected by the remote build cache.
-
-
Constructor Details
-
MvnBuildCacheRemoteStoreFinished_1_1
public MvnBuildCacheRemoteStoreFinished_1_1(long id, @Nullable @Nullable Boolean stored, @Nullable @Nullable Long failureId, @Nullable @Nullable MvnBuildCacheArtifactRejectedReason_1_0 rejectedReason)
-
-
Method Details
-
equals
- Overrides:
equals
in classMvnBuildCacheRemoteStoreFinished_1_0
-
hashCode
public int hashCode()- Overrides:
hashCode
in classMvnBuildCacheRemoteStoreFinished_1_0
-
toString
- Overrides:
toString
in classMvnBuildCacheRemoteStoreFinished_1_0
-