Uses of Class
org.apache.maven.settings.Server
-
Packages that use Server Package Description org.apache.maven.settings -
-
Uses of Server in org.apache.maven.settings
Methods in org.apache.maven.settings that return Server Modifier and Type Method Description Server
Server. clone()
Method clone.Server
Settings. getServer(java.lang.String serverId)
Methods in org.apache.maven.settings that return types with arguments of type Server Modifier and Type Method Description java.util.List<Server>
Settings. getServers()
Method getServers.Methods in org.apache.maven.settings with parameters of type Server Modifier and Type Method Description void
Settings. addServer(Server server)
Method addServer.void
Settings. removeServer(Server server)
Method removeServer.Method parameters in org.apache.maven.settings with type arguments of type Server Modifier and Type Method Description void
Settings. setServers(java.util.List<Server> servers)
Set configuration of server-specific settings, mainly authentication method.
-