Class BuildCacheRemoteStoreFinished_1_1
java.lang.Object
com.gradle.scan.eventmodel.gradle.BuildCacheRemoteStoreFinished_1_0
com.gradle.scan.eventmodel.gradle.BuildCacheRemoteStoreFinished_1_1
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
BuildCacheRemoteStoreFinished_1_2
@GradleVersion(since="4.1")
@PluginVersion(since="1.14",
until="3.13")
public class BuildCacheRemoteStoreFinished_1_1
extends BuildCacheRemoteStoreFinished_1_0
An
EventData that is published when a build cache remote store artifact operation has finished.
Zero or more BuildCacheRemoteStoreFinished_1_1 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when the store was successful") LongThe failure id in case of a failed store.Fields inherited from class com.gradle.scan.eventmodel.gradle.BuildCacheRemoteStoreFinished_1_0
failure, id, stored -
Constructor Summary
ConstructorsConstructorDescriptionBuildCacheRemoteStoreFinished_1_1(long id, @Nullable Boolean stored, @Nullable Long failureId) -
Method Summary
-
Field Details
-
failureId
@Nullable("when the store was successful") public final @Nullable("when the store was successful") Long failureIdThe failure id in case of a failed store.The failure id is mapped to a
Exception_3_0inExceptionData_1_0.
-
-
Constructor Details
-
BuildCacheRemoteStoreFinished_1_1
-
-
Method Details
-
equals
- Overrides:
equalsin classBuildCacheRemoteStoreFinished_1_0
-
hashCode
public int hashCode()- Overrides:
hashCodein classBuildCacheRemoteStoreFinished_1_0
-
toString
- Overrides:
toStringin classBuildCacheRemoteStoreFinished_1_0
-