Uses of Class
org.apache.maven.settings.Server
Packages that use Server
Package
Description
-
Uses of Server in org.apache.maven.artifact.resolver
Methods 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 Server -
Uses of Server in org.apache.maven.execution
Methods 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
Methods in org.apache.maven.settings.crypto that return ServerModifier and TypeMethodDescriptionSettingsDecryptionResult.getServer()
Gets the decrypted server.Methods in org.apache.maven.settings.crypto that return types with arguments of type ServerModifier and TypeMethodDescriptionDefaultSettingsDecryptionRequest.getServers()
SettingsDecryptionRequest.getServers()
Gets the servers whose passwords should be decrypted.SettingsDecryptionResult.getServers()
Gets the decrypted servers.Method parameters in org.apache.maven.settings.crypto with type arguments of type ServerModifier and TypeMethodDescriptionDefaultSettingsDecryptionRequest.setServers
(List<Server> servers) SettingsDecryptionRequest.setServers
(List<Server> servers) Sets the servers whose passwords should be decrypted.Constructors in org.apache.maven.settings.crypto with parameters of type ServerModifierConstructorDescriptionCreates a new request to decrypt the specified server.