Uses of Class
org.apache.maven.settings.Server
Packages that use Server
Package
Description
-
Uses of Server in org.apache.maven.artifact.resolver
Fields in org.apache.maven.artifact.resolver with type parameters of type ServerMethods in org.apache.maven.artifact.resolver that return types with arguments of type ServerMethod parameters in org.apache.maven.artifact.resolver with type arguments of type ServerModifier and TypeMethodDescriptionArtifactResolutionRequest.setServers
(List<Server> servers) Deprecated. -
Uses of Server in org.apache.maven.execution
Fields in org.apache.maven.execution with type parameters of type ServerMethods in org.apache.maven.execution that return types with arguments of type ServerModifier and TypeMethodDescriptionDefaultMavenExecutionRequest.getServers()
MavenExecutionRequest.getServers()
Methods in org.apache.maven.execution with parameters of type ServerModifier and TypeMethodDescriptionMethod parameters in org.apache.maven.execution with type arguments of type ServerModifier and TypeMethodDescriptionDefaultMavenExecutionRequest.setServers
(List<Server> servers) MavenExecutionRequest.setServers
(List<Server> servers) -
Uses of Server in org.apache.maven.settings
Methods in org.apache.maven.settings that return ServerMethods in org.apache.maven.settings that return types with arguments of type ServerMethods in org.apache.maven.settings with parameters of type ServerMethod parameters in org.apache.maven.settings with type arguments of type ServerModifier and TypeMethodDescriptionServer.serverToApiV4
(List<Server> list) void
Settings.setServers
(List<Server> servers) -
Uses of Server in org.apache.maven.settings.crypto
Fields in org.apache.maven.settings.crypto with type parameters of type ServerModifier and TypeFieldDescriptionDefaultSettingsDecryptionRequest.servers
Deprecated.DefaultSettingsDecryptionResult.servers
Deprecated.Methods in org.apache.maven.settings.crypto that return ServerModifier and TypeMethodDescriptionDefaultSettingsDecryptionResult.getServer()
Deprecated.SettingsDecryptionResult.getServer()
Deprecated.Gets the decrypted server.Methods in org.apache.maven.settings.crypto that return types with arguments of type ServerModifier and TypeMethodDescriptionDefaultSettingsDecryptionRequest.getServers()
Deprecated.DefaultSettingsDecryptionResult.getServers()
Deprecated.SettingsDecryptionRequest.getServers()
Deprecated.Gets the servers whose passwords should be decrypted.SettingsDecryptionResult.getServers()
Deprecated.Gets the decrypted servers.Method parameters in org.apache.maven.settings.crypto with type arguments of type ServerModifier and TypeMethodDescriptionDefaultSettingsDecryptionRequest.setServers
(List<Server> servers) Deprecated.SettingsDecryptionRequest.setServers
(List<Server> servers) Deprecated.Sets the servers whose passwords should be decrypted.Constructors in org.apache.maven.settings.crypto with parameters of type ServerModifierConstructorDescriptionDeprecated.Creates a new request to decrypt the specified server.Constructor parameters in org.apache.maven.settings.crypto with type arguments of type ServerModifierConstructorDescription(package private)
DefaultSettingsDecryptionResult
(List<Server> servers, List<Proxy> proxies, List<SettingsProblem> problems) Deprecated.