Class MvnBuildCacheRemoteConnector_1_2
java.lang.Object
com.gradle.scan.eventmodel.maven.buildcache.MvnBuildCacheRemoteConnector_1_0
com.gradle.scan.eventmodel.maven.buildcache.MvnBuildCacheRemoteConnector_1_1
com.gradle.scan.eventmodel.maven.buildcache.MvnBuildCacheRemoteConnector_1_2
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.16")
public class MvnBuildCacheRemoteConnector_1_2
extends MvnBuildCacheRemoteConnector_1_1
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable MvnBuildCachingRemoteAuthenticationType_1
The authentication type being configured.Fields inherited from class com.gradle.scan.eventmodel.maven.buildcache.MvnBuildCacheRemoteConnector_1_1
allowInsecureProtocol, useExpectContinue
Fields inherited from class com.gradle.scan.eventmodel.maven.buildcache.MvnBuildCacheRemoteConnector_1_0
allowUntrustedServer, authenticated, disabledReason, disabledReasonCategory, storeEnabled, url
-
Constructor Summary
ConstructorDescriptionMvnBuildCacheRemoteConnector_1_2
(@Nullable MvnBuildCachingDisabledReasonCategory_1 disabledReasonCategory, @Nullable String disabledReason, @Nullable Boolean storeEnabled, @Nullable String url, @Nullable Boolean authenticated, @Nullable Boolean allowUntrustedServer, @Nullable Boolean allowInsecureProtocol, @Nullable Boolean useExpectContinue, @Nullable MvnBuildCachingRemoteAuthenticationType_1 authenticationType) -
Method Summary
-
Field Details
-
authenticationType
The authentication type being configured. May be null if the build cache connector was disabled.
-
-
Constructor Details
-
MvnBuildCacheRemoteConnector_1_2
public MvnBuildCacheRemoteConnector_1_2(@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, @Nullable @Nullable Boolean allowInsecureProtocol, @Nullable @Nullable Boolean useExpectContinue, @Nullable @Nullable MvnBuildCachingRemoteAuthenticationType_1 authenticationType)
-
-
Method Details
-
equals
- Overrides:
equals
in classMvnBuildCacheRemoteConnector_1_1
-
hashCode
public int hashCode()- Overrides:
hashCode
in classMvnBuildCacheRemoteConnector_1_1
-
toString
- Overrides:
toString
in classMvnBuildCacheRemoteConnector_1_1
-