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
@GradleVersion(since="4.1")
@PluginVersion(since="1.14")
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
Modifier and TypeFieldDescriptionfinal @Nullable("when the load was successful") Long
The 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
ConstructorDescriptionBuildCacheRemoteLoadFinished_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_0
inExceptionData_1_0
.
-
-
Constructor Details
-
BuildCacheRemoteLoadFinished_1_1
-
-
Method Details
-
equals
- Overrides:
equals
in classBuildCacheRemoteLoadFinished_1_0
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBuildCacheRemoteLoadFinished_1_0
-
toString
- Overrides:
toString
in classBuildCacheRemoteLoadFinished_1_0
-