Class MvnBuildCacheRemoteFallback_1_0

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

@MavenVersion(since="3.3.1") @MavenExtensionVersion(since="2.1") public class MvnBuildCacheRemoteFallback_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData that is published when a build switches from one build cache server to another because of an error. At the moment of writing this doc, this is only possible if Edge discovery is enabled, and fallback can only happen from one Edge to another.

Zero or more MvnBuildCacheRemoteFallback_1_0 events may be published.

  • Field Details

    • newRemoteCacheLocationName

      public final String newRemoteCacheLocationName
    • newRemoteCacheLocationId

      public final String newRemoteCacheLocationId
  • Constructor Details

    • MvnBuildCacheRemoteFallback_1_0

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