Class BuildCacheRemoteFallback_1_0

java.lang.Object
com.gradle.scan.eventmodel.gradle.BuildCacheRemoteFallback_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@GradleVersion(since="5.0") @PluginVersion(since="4.1") public class BuildCacheRemoteFallback_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData that is published when a build falls back to use another remote cache server.

Zero or more BuildCacheRemoteFallback_1_0 events may be published.

  • Field Details

    • newRemoteCacheLocationName

      public final String newRemoteCacheLocationName
      A location name of the remote cache server to that fallback happened. Typically, this will be named after city / country / region. Practically, Edge name will be stored here at the moment of writing this doc.
    • newRemoteCacheLocationId

      public final String newRemoteCacheLocationId
      A location id of the remote cache server to that fallback happened. This identifier is unique for the remote cache server at the time of a build. Practically Edge ID will be stored here at the moment of writing this doc.
  • Constructor Details

    • BuildCacheRemoteFallback_1_0

      public BuildCacheRemoteFallback_1_0(String newRemoteCacheLocationName, String newRemoteCacheLocationId)
  • Method Details