Class 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 Details

    • remoteCacheLocation

      @Nullable("when the remote cache server location is unknown") public final @Nullable("when the remote cache server location is unknown") String remoteCacheLocation
      The physical location name of the remote cache server.
  • Constructor Details

    • BuildCacheRemoteLoadFinished_1_2

      public BuildCacheRemoteLoadFinished_1_2(long id, @Nullable @Nullable Boolean hit, @Nullable @Nullable Long archiveSize, @Nullable @Nullable Long failureId, @Nullable @Nullable String remoteCacheLocation)
  • Method Details