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