Class BuildCacheRemoteStoreFinished_1_4
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
com.gradle.scan.eventmodel.gradle.BuildCacheRemoteStoreFinished_1_4
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="5.0")
@PluginVersion(since="4.1")
public class BuildCacheRemoteStoreFinished_1_4
extends BuildCacheRemoteStoreFinished_1_3
An
EventData that is published when a build cache remote store artifact operation has finished.
Zero or more BuildCacheRemoteStoreFinished_1_4 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when the remote cache server location is unknown") StringThe physical location name of the remote cache server.Fields inherited from class com.gradle.scan.eventmodel.gradle.BuildCacheRemoteStoreFinished_1_3
maximumArtifactSizeFields 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_4(long id, @Nullable Boolean stored, @Nullable Long failureId, @Nullable BuildCacheArtifactRejectedReason_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
-
BuildCacheRemoteStoreFinished_1_4
public BuildCacheRemoteStoreFinished_1_4(long id, @Nullable @Nullable Boolean stored, @Nullable @Nullable Long failureId, @Nullable @Nullable BuildCacheArtifactRejectedReason_1_0 rejectedReason, @Nullable @Nullable Long maximumArtifactSize, @Nullable @Nullable String remoteCacheLocation)
-
-
Method Details
-
equals
- Overrides:
equalsin classBuildCacheRemoteStoreFinished_1_3
-
hashCode
public int hashCode()- Overrides:
hashCodein classBuildCacheRemoteStoreFinished_1_3
-
toString
- Overrides:
toStringin classBuildCacheRemoteStoreFinished_1_3
-