Class MvnBuildCacheRemoteConnector_2_0
java.lang.Object
com.gradle.scan.eventmodel.maven.buildcache.MvnBuildCacheRemoteConnector_2_0
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="2.0")
public class MvnBuildCacheRemoteConnector_2_0
extends Object
Represents the effective configuration of the remote build cache.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when the remote cache is disabled") MvnBuildCacheRemoteConnectorConfig_1_0
The remote connector configuration.The remote cache disablement reason.final @Nullable("when the remote cache is disabled") String
The url of the build cache. -
Constructor Summary
ConstructorsConstructorDescriptionMvnBuildCacheRemoteConnector_2_0
(@Nullable String url, MvnBuildCacheRemoteConnectorDisablement_1_0 disablement, @Nullable MvnBuildCacheRemoteConnectorConfig_1_0 config) -
Method Summary
-
Field Details
-
url
@Nullable("when the remote cache is disabled") public final @Nullable("when the remote cache is disabled") String urlThe url of the build cache. May be null if the build cache connector was disabled. -
disablement
The remote cache disablement reason. -
config
@Nullable("when the remote cache is disabled") public final @Nullable("when the remote cache is disabled") MvnBuildCacheRemoteConnectorConfig_1_0 configThe remote connector configuration. May be null if the build cache connector was disabled.
-
-
Constructor Details
-
MvnBuildCacheRemoteConnector_2_0
public MvnBuildCacheRemoteConnector_2_0(@Nullable @Nullable String url, MvnBuildCacheRemoteConnectorDisablement_1_0 disablement, @Nullable @Nullable MvnBuildCacheRemoteConnectorConfig_1_0 config)
-
-
Method Details