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 Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when the remote cache is enabled") String
The specific reason why the remote cache was disabled.final @Nullable("when the remote cache is enabled") MvnBuildCachingDisabledReasonCategory_1
The reason why the remote cache was disabled. -
Constructor Summary
ConstructorsConstructorDescriptionMvnBuildCacheRemoteConnectorDisablement_1_0
(@Nullable MvnBuildCachingDisabledReasonCategory_1 disabledReasonCategory, @Nullable String disabledReason) -
Method Summary
-
Field Details
-
disabledReasonCategory
@Nullable("when the remote cache is enabled") public final @Nullable("when the remote cache is enabled") MvnBuildCachingDisabledReasonCategory_1 disabledReasonCategoryThe 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 disabledReasonThe 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