Uses of Class
org.apache.maven.settings.Server
Package
Description
-
Uses of Server in org.apache.maven.artifact.resolver
Modifier and TypeMethodDescriptionArtifactResolutionRequest.setServers
(List<Server> servers) Deprecated. -
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 TypeMethodDescriptionServer.serverToApiV4
(List<Server> list) void
Settings.setServers
(List<Server> servers) -
Uses of Server in org.apache.maven.settings.crypto
Modifier and TypeMethodDescriptionSettingsDecryptionResult.getServer()
Deprecated.Gets the decrypted server.Modifier and TypeMethodDescriptionDefaultSettingsDecryptionRequest.getServers()
Deprecated.SettingsDecryptionRequest.getServers()
Deprecated.Gets the servers whose passwords should be decrypted.SettingsDecryptionResult.getServers()
Deprecated.Gets the decrypted servers.Modifier and TypeMethodDescriptionDefaultSettingsDecryptionRequest.setServers
(List<Server> servers) Deprecated.SettingsDecryptionRequest.setServers
(List<Server> servers) Deprecated.Sets the servers whose passwords should be decrypted.ModifierConstructorDescriptionDeprecated.Creates a new request to decrypt the specified server.