Uses of Class
org.apache.maven.settings.Proxy
Packages that use Proxy
Package
Description
-
Uses of Proxy in org.apache.maven.artifact.resolver
Fields in org.apache.maven.artifact.resolver with type parameters of type ProxyMethods in org.apache.maven.artifact.resolver that return types with arguments of type ProxyMethod parameters in org.apache.maven.artifact.resolver with type arguments of type ProxyModifier and TypeMethodDescriptionArtifactResolutionRequest.setProxies
(List<Proxy> proxies) Deprecated. -
Uses of Proxy in org.apache.maven.execution
Fields in org.apache.maven.execution with type parameters of type ProxyMethods in org.apache.maven.execution that return types with arguments of type ProxyModifier and TypeMethodDescriptionDefaultMavenExecutionRequest.getProxies()
MavenExecutionRequest.getProxies()
Methods in org.apache.maven.execution with parameters of type ProxyModifier and TypeMethodDescriptionMethod parameters in org.apache.maven.execution with type arguments of type ProxyModifier and TypeMethodDescriptionDefaultMavenExecutionRequest.setProxies
(List<Proxy> proxies) MavenExecutionRequest.setProxies
(List<Proxy> proxies) -
Uses of Proxy in org.apache.maven.repository.legacy
Methods in org.apache.maven.repository.legacy that return ProxyModifier and TypeMethodDescriptionprivate Proxy
LegacyRepositorySystem.getProxy
(ArtifactRepository repository, List<Proxy> proxies) Deprecated.Method parameters in org.apache.maven.repository.legacy with type arguments of type ProxyModifier and TypeMethodDescriptionprivate Proxy
LegacyRepositorySystem.getProxy
(ArtifactRepository repository, List<Proxy> proxies) Deprecated. -
Uses of Proxy in org.apache.maven.settings
Fields in org.apache.maven.settings declared as ProxyMethods in org.apache.maven.settings that return ProxyMethods in org.apache.maven.settings that return types with arguments of type ProxyMethods in org.apache.maven.settings with parameters of type ProxyMethod parameters in org.apache.maven.settings with type arguments of type ProxyModifier and TypeMethodDescriptionProxy.proxyToApiV4
(List<Proxy> list) void
Settings.setProxies
(List<Proxy> proxies) -
Uses of Proxy in org.apache.maven.settings.crypto
Fields in org.apache.maven.settings.crypto with type parameters of type ProxyModifier and TypeFieldDescriptionDefaultSettingsDecryptionRequest.proxies
Deprecated.DefaultSettingsDecryptionResult.proxies
Deprecated.Methods in org.apache.maven.settings.crypto that return ProxyModifier and TypeMethodDescriptionDefaultSettingsDecryptionResult.getProxy()
Deprecated.SettingsDecryptionResult.getProxy()
Deprecated.Gets the decrypted proxy.Methods in org.apache.maven.settings.crypto that return types with arguments of type ProxyModifier and TypeMethodDescriptionDefaultSettingsDecryptionRequest.getProxies()
Deprecated.DefaultSettingsDecryptionResult.getProxies()
Deprecated.SettingsDecryptionRequest.getProxies()
Deprecated.Gets the proxies whose passwords should be decrypted.SettingsDecryptionResult.getProxies()
Deprecated.Gets the decrypted proxies.Method parameters in org.apache.maven.settings.crypto with type arguments of type ProxyModifier and TypeMethodDescriptionDefaultSettingsDecryptionRequest.setProxies
(List<Proxy> proxies) Deprecated.SettingsDecryptionRequest.setProxies
(List<Proxy> proxies) Deprecated.Sets the proxies whose passwords should be decrypted.Constructors in org.apache.maven.settings.crypto with parameters of type ProxyModifierConstructorDescriptionDeprecated.Creates a new request to decrypt the specified proxy.