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 ServerServer. clone()Method clone.ServerSettings. 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 voidSettings. addServer(Server server)Method addServer.voidSettings. removeServer(Server server)Method removeServer.Method parameters in org.apache.maven.settings with type arguments of type Server Modifier and Type Method Description voidSettings. setServers(java.util.List<Server> servers)Set configuration of server-specific settings, mainly authentication method.
-