Class MvnBuildCacheRemoteConnectorDisablement_1_0

java.lang.Object
com.gradle.scan.eventmodel.maven.buildcache.MvnBuildCacheRemoteConnectorDisablement_1_0

@MavenVersion(since="3.3.1") @MavenExtensionVersion(since="2.0") public class MvnBuildCacheRemoteConnectorDisablement_1_0 extends Object
Represents the reason why the remote cache was disabled.
  • Field Details

    • disabledReasonCategory

      @Nullable("when the remote cache is enabled") public final @Nullable("when the remote cache is enabled") MvnBuildCachingDisabledReasonCategory_1 disabledReasonCategory
      The reason why the remote cache was disabled.
    • disabledReason

      @Nullable("when the remote cache is enabled") public final @Nullable("when the remote cache is enabled") String disabledReason
      The specific reason why the remote cache was disabled.
  • Constructor Details

    • MvnBuildCacheRemoteConnectorDisablement_1_0

      public MvnBuildCacheRemoteConnectorDisablement_1_0(@Nullable @Nullable MvnBuildCachingDisabledReasonCategory_1 disabledReasonCategory, @Nullable @Nullable String disabledReason)
  • Method Details