Class BuildCacheRemoteLoadFinished_1_2
java.lang.Object
com.gradle.scan.eventmodel.gradle.BuildCacheRemoteLoadFinished_1_0
com.gradle.scan.eventmodel.gradle.BuildCacheRemoteLoadFinished_1_1
com.gradle.scan.eventmodel.gradle.BuildCacheRemoteLoadFinished_1_2
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="5.0")
@PluginVersion(since="4.1")
public class BuildCacheRemoteLoadFinished_1_2
extends BuildCacheRemoteLoadFinished_1_1
An
EventData that is published when a build cache remote load artifact operation has finished.
Zero or more BuildCacheRemoteLoadFinished_1_2 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.BuildCacheRemoteLoadFinished_1_1
failureIdFields inherited from class com.gradle.scan.eventmodel.gradle.BuildCacheRemoteLoadFinished_1_0
archiveSize, failure, hit, id -
Constructor Summary
ConstructorsConstructorDescriptionBuildCacheRemoteLoadFinished_1_2(long id, @Nullable Boolean hit, @Nullable Long archiveSize, @Nullable Long failureId, @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
-
BuildCacheRemoteLoadFinished_1_2
-
-
Method Details
-
equals
- Overrides:
equalsin classBuildCacheRemoteLoadFinished_1_1
-
hashCode
public int hashCode()- Overrides:
hashCodein classBuildCacheRemoteLoadFinished_1_1
-
toString
- Overrides:
toStringin classBuildCacheRemoteLoadFinished_1_1
-