Class MvnBuildCacheRemoteConnectorConfig_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.buildcache.MvnBuildCacheRemoteConnectorConfig_1_0
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="2.0")
public class MvnBuildCacheRemoteConnectorConfig_1_0
extends Object
Represents the remote cache configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal boolean
Whether the build cache is configured to allow communication with the remote build cache node over an insecure HTTP connection.final boolean
Whether the build cache is configured to allow untrusted connection.final boolean
Whether a username and a password, or a Develocity access key has been set to connect to the build cache.The authentication type being configured.final boolean
Whether storing in the connected cache was enabled.final boolean
The authentication type being configured.final boolean
Whether the build cache is configured to use HTTP Expect-Continue when storing data on the server -
Constructor Summary
ConstructorsConstructorDescriptionMvnBuildCacheRemoteConnectorConfig_1_0
(MvnBuildCachingRemoteAuthenticationType_1 authenticationType, boolean allowInsecureProtocol, boolean useExpectContinue, boolean storeEnabled, boolean authenticated, boolean allowUntrustedServer, boolean useEdgeDiscovery) -
Method Summary
-
Field Details
-
authenticationType
The authentication type being configured. -
allowInsecureProtocol
public final boolean allowInsecureProtocolWhether the build cache is configured to allow communication with the remote build cache node over an insecure HTTP connection. -
useExpectContinue
public final boolean useExpectContinueWhether the build cache is configured to use HTTP Expect-Continue when storing data on the server -
storeEnabled
public final boolean storeEnabledWhether storing in the connected cache was enabled. -
authenticated
public final boolean authenticatedWhether a username and a password, or a Develocity access key has been set to connect to the build cache. -
allowUntrustedServer
public final boolean allowUntrustedServerWhether the build cache is configured to allow untrusted connection. -
useEdgeDiscovery
public final boolean useEdgeDiscoveryThe authentication type being configured.
-
-
Constructor Details
-
MvnBuildCacheRemoteConnectorConfig_1_0
public MvnBuildCacheRemoteConnectorConfig_1_0(MvnBuildCachingRemoteAuthenticationType_1 authenticationType, boolean allowInsecureProtocol, boolean useExpectContinue, boolean storeEnabled, boolean authenticated, boolean allowUntrustedServer, boolean useEdgeDiscovery)
-
-
Method Details