Uses of Class
org.apache.maven.settings.Server
Package
Description
-
Uses of Server in org.apache.maven.artifact.resolver
-
Uses of Server in org.apache.maven.execution
Modifier and TypeMethodDescriptionDefaultMavenExecutionRequest.getServers()
MavenExecutionRequest.getServers()
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionDefaultMavenExecutionRequest.setServers
(List<Server> servers) MavenExecutionRequest.setServers
(List<Server> servers) -
Uses of Server in org.apache.maven.settings
Modifier and TypeMethodDescriptionvoid
Method addServer.void
Settings.removeServer
(Server server) Method removeServer.Modifier and TypeMethodDescriptionvoid
Settings.setServers
(List<Server> servers) Set configuration of server-specific settings, mainly authentication method. -
Uses of Server in org.apache.maven.settings.crypto
Modifier and TypeMethodDescriptionSettingsDecryptionResult.getServer()
Gets the decrypted server.Modifier and TypeMethodDescriptionDefaultSettingsDecryptionRequest.getServers()
SettingsDecryptionRequest.getServers()
Gets the servers whose passwords should be decrypted.SettingsDecryptionResult.getServers()
Gets the decrypted servers.Modifier and TypeMethodDescriptionDefaultSettingsDecryptionRequest.setServers
(List<Server> servers) SettingsDecryptionRequest.setServers
(List<Server> servers) Sets the servers whose passwords should be decrypted.ModifierConstructorDescriptionCreates a new request to decrypt the specified server.