Class MvnBuildCacheRemoteConnector_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.buildcache.MvnBuildCacheRemoteConnector_1_0
- Direct Known Subclasses:
MvnBuildCacheRemoteConnector_1_1
@MavenExtensionVersion(since="1.0",
until="1.12")
public class MvnBuildCacheRemoteConnector_1_0
extends Object
Represents the effective configuration of the remote build cache.
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable Boolean
Whether the build cache is configured to allow untrusted connection.final @Nullable Boolean
Whether a username and a password, or a Develocity access key has been set to connect to the build cache.final @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.final @Nullable Boolean
Whether storing in the connected cache was enabled.final @Nullable String
The url of the build cache. -
Constructor Summary
ConstructorDescriptionMvnBuildCacheRemoteConnector_1_0
(@Nullable MvnBuildCachingDisabledReasonCategory_1 disabledReasonCategory, @Nullable String disabledReason, @Nullable Boolean storeEnabled, @Nullable String url, @Nullable Boolean authenticated, @Nullable Boolean allowUntrustedServer) -
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. -
storeEnabled
Whether storing in the connected cache was enabled. May be null if the build cache connector was disabled. -
url
The url of the build cache. May be null if the build cache connector was disabled. -
authenticated
Whether a username and a password, or a Develocity access key has been set to connect to the build cache. May be null if the build cache connector was disabled. -
allowUntrustedServer
Whether the build cache is configured to allow untrusted connection. May be null if the build cache connector was disabled.
-
-
Constructor Details
-
MvnBuildCacheRemoteConnector_1_0
public MvnBuildCacheRemoteConnector_1_0(@Nullable @Nullable MvnBuildCachingDisabledReasonCategory_1 disabledReasonCategory, @Nullable @Nullable String disabledReason, @Nullable @Nullable Boolean storeEnabled, @Nullable @Nullable String url, @Nullable @Nullable Boolean authenticated, @Nullable @Nullable Boolean allowUntrustedServer)
-
-
Method Details