Package com.gradle.scan.eventmodel.maven
Class MvnBuildCacheConfiguration_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnBuildCacheConfiguration_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
MvnBuildCacheConfiguration_1_1
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.0",
until="1.12")
public class MvnBuildCacheConfiguration_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData
describing the build cache configuration of the build.
An event stream will contain a single MvnBuildCacheConfiguration_1_0
.
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable("when the cache is globally enabled") String
The specific reason why the cache was globally disabled.final @Nullable("when the cache is globally enabled") MvnBuildCachingDisabledReasonCategory_1
The reason why the cache was globally disabled.final @Nullable("when local cache is not configured") MvnBuildCacheLocalConnector_1_0
Represents the effective local build cache configuration.final @Nullable("when remote cache is not configured") MvnBuildCacheRemoteConnector_1_0
Represents the effective remote build cache configuration. -
Constructor Summary
ConstructorDescriptionMvnBuildCacheConfiguration_1_0
(@Nullable MvnBuildCachingDisabledReasonCategory_1 disabledReasonCategory, @Nullable String disabledReason, @Nullable MvnBuildCacheLocalConnector_1_0 local, @Nullable MvnBuildCacheRemoteConnector_1_0 remote) -
Method Summary
-
Field Details
-
disabledReasonCategory
@Nullable("when the cache is globally enabled") public final @Nullable("when the cache is globally enabled") MvnBuildCachingDisabledReasonCategory_1 disabledReasonCategoryThe reason why the cache was globally disabled. -
disabledReason
@Nullable("when the cache is globally enabled") public final @Nullable("when the cache is globally enabled") String disabledReasonThe specific reason why the cache was globally disabled. -
local
@Nullable("when local cache is not configured") public final @Nullable("when local cache is not configured") MvnBuildCacheLocalConnector_1_0 localRepresents the effective local build cache configuration. -
remote
@Nullable("when remote cache is not configured") public final @Nullable("when remote cache is not configured") MvnBuildCacheRemoteConnector_1_0 remoteRepresents the effective remote build cache configuration.
-
-
Constructor Details
-
MvnBuildCacheConfiguration_1_0
public MvnBuildCacheConfiguration_1_0(@Nullable @Nullable MvnBuildCachingDisabledReasonCategory_1 disabledReasonCategory, @Nullable @Nullable String disabledReason, @Nullable @Nullable MvnBuildCacheLocalConnector_1_0 local, @Nullable @Nullable MvnBuildCacheRemoteConnector_1_0 remote)
-
-
Method Details