Class BuildCacheRemoteStoreFinished_1_2
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
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
BuildCacheRemoteStoreFinished_1_3
@GradleVersion(since="4.1")
@PluginVersion(since="3.14",
until="3.18")
public class BuildCacheRemoteStoreFinished_1_2
extends BuildCacheRemoteStoreFinished_1_1
An
EventData that is published when a build cache remote store artifact operation has finished.
Zero or more BuildCacheRemoteStoreFinished_1_2 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when the store was successful") BuildCacheArtifactRejectedReason_1_0The reason the cache artifact is rejected by the remote build cache.Fields 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_2(long id, @Nullable Boolean stored, @Nullable Long failureId, @Nullable BuildCacheArtifactRejectedReason_1_0 rejectedReason) -
Method Summary
-
Field Details
-
rejectedReason
@Nullable("when the store was successful") public final @Nullable("when the store was successful") BuildCacheArtifactRejectedReason_1_0 rejectedReasonThe reason the cache artifact is rejected by the remote build cache.
-
-
Constructor Details
-
BuildCacheRemoteStoreFinished_1_2
public BuildCacheRemoteStoreFinished_1_2(long id, @Nullable @Nullable Boolean stored, @Nullable @Nullable Long failureId, @Nullable @Nullable BuildCacheArtifactRejectedReason_1_0 rejectedReason)
-
-
Method Details
-
equals
- Overrides:
equalsin classBuildCacheRemoteStoreFinished_1_1
-
hashCode
public int hashCode()- Overrides:
hashCodein classBuildCacheRemoteStoreFinished_1_1
-
toString
- Overrides:
toStringin classBuildCacheRemoteStoreFinished_1_1
-