Class MvnBuildCacheRemoteLoadFinished_1_1

java.lang.Object
com.gradle.scan.eventmodel.maven.MvnBuildCacheRemoteLoadFinished_1_0
com.gradle.scan.eventmodel.maven.MvnBuildCacheRemoteLoadFinished_1_1
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@MavenVersion(since="3.3.1") @MavenExtensionVersion(since="2.1") public class MvnBuildCacheRemoteLoadFinished_1_1 extends MvnBuildCacheRemoteLoadFinished_1_0
An EventData that is published when a remote build cache load artifact operation has finished.

Zero or more MvnBuildCacheRemoteLoadFinished_1_1 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

    • MvnBuildCacheRemoteLoadFinished_1_1

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