Package com.gradle.scan.eventmodel.maven
Class MvnBuildCacheRemoteStoreFinished_1_3
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
com.gradle.scan.eventmodel.maven.MvnBuildCacheRemoteStoreFinished_1_3
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="2.1")
public class MvnBuildCacheRemoteStoreFinished_1_3
extends MvnBuildCacheRemoteStoreFinished_1_2
An
EventData
that is published when a remote build cache store artifact operation has finished.
Zero or more MvnBuildCacheRemoteStoreFinished_1_3
events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when the remote cache server location is unknown") String
The physical location name of the remote cache server.Fields inherited from class com.gradle.scan.eventmodel.maven.MvnBuildCacheRemoteStoreFinished_1_2
maximumArtifactSize
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
ConstructorsConstructorDescriptionMvnBuildCacheRemoteStoreFinished_1_3
(long id, @Nullable Boolean stored, @Nullable Long failureId, @Nullable MvnBuildCacheArtifactRejectedReason_1_0 rejectedReason, @Nullable Long maximumArtifactSize, @Nullable String remoteCacheLocation) -
Method Summary
-
Field Details
-
remoteCacheLocation
@Nullable("when the remote cache server location is unknown") public final @Nullable("when the remote cache server location is unknown") String remoteCacheLocationThe physical location name of the remote cache server.
-
-
Constructor Details
-
MvnBuildCacheRemoteStoreFinished_1_3
public MvnBuildCacheRemoteStoreFinished_1_3(long id, @Nullable @Nullable Boolean stored, @Nullable @Nullable Long failureId, @Nullable @Nullable MvnBuildCacheArtifactRejectedReason_1_0 rejectedReason, @Nullable @Nullable Long maximumArtifactSize, @Nullable @Nullable String remoteCacheLocation)
-
-
Method Details
-
equals
- Overrides:
equals
in classMvnBuildCacheRemoteStoreFinished_1_2
-
hashCode
public int hashCode()- Overrides:
hashCode
in classMvnBuildCacheRemoteStoreFinished_1_2
-
toString
- Overrides:
toString
in classMvnBuildCacheRemoteStoreFinished_1_2
-