Uses of Class
org.apache.maven.settings.Server
-
Packages that use Server Package Description org.apache.maven.artifact.resolver org.apache.maven.execution org.apache.maven.settings org.apache.maven.settings.crypto org.apache.maven.settings.io.xpp3 -
-
Uses of Server in org.apache.maven.artifact.resolver
Fields in org.apache.maven.artifact.resolver with type parameters of type Server Modifier and Type Field Description private java.util.List<Server>
ArtifactResolutionRequest. servers
Methods in org.apache.maven.artifact.resolver that return types with arguments of type Server Modifier and Type Method Description java.util.List<Server>
ArtifactResolutionRequest. getServers()
Method parameters in org.apache.maven.artifact.resolver with type arguments of type Server Modifier and Type Method Description ArtifactResolutionRequest
ArtifactResolutionRequest. setServers(java.util.List<Server> servers)
-
Uses of Server in org.apache.maven.execution
Fields in org.apache.maven.execution with type parameters of type Server Modifier and Type Field Description private java.util.List<Server>
DefaultMavenExecutionRequest. servers
Methods in org.apache.maven.execution that return types with arguments of type Server Modifier and Type Method Description java.util.List<Server>
DefaultMavenExecutionRequest. getServers()
java.util.List<Server>
MavenExecutionRequest. getServers()
java.util.List<Server>
SettingsAdapter. getServers()
Methods in org.apache.maven.execution with parameters of type Server Modifier and Type Method Description MavenExecutionRequest
DefaultMavenExecutionRequest. addServer(Server server)
MavenExecutionRequest
MavenExecutionRequest. addServer(Server server)
Method parameters in org.apache.maven.execution with type arguments of type Server Modifier and Type Method Description MavenExecutionRequest
DefaultMavenExecutionRequest. setServers(java.util.List<Server> servers)
MavenExecutionRequest
MavenExecutionRequest. setServers(java.util.List<Server> servers)
-
Uses of Server in org.apache.maven.settings
Fields in org.apache.maven.settings with type parameters of type Server Modifier and Type Field Description private java.util.List<Server>
Settings. servers
Field servers.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. -
Uses of Server in org.apache.maven.settings.crypto
Fields in org.apache.maven.settings.crypto with type parameters of type Server Modifier and Type Field Description private java.util.List<Server>
DefaultSettingsDecryptionRequest. servers
private java.util.List<Server>
DefaultSettingsDecryptionResult. servers
Methods in org.apache.maven.settings.crypto that return Server Modifier and Type Method Description Server
DefaultSettingsDecryptionResult. getServer()
Server
SettingsDecryptionResult. getServer()
Gets the decrypted server.Methods in org.apache.maven.settings.crypto that return types with arguments of type Server Modifier and Type Method Description java.util.List<Server>
DefaultSettingsDecryptionRequest. getServers()
java.util.List<Server>
DefaultSettingsDecryptionResult. getServers()
java.util.List<Server>
SettingsDecryptionRequest. getServers()
Gets the servers whose passwords should be decrypted.java.util.List<Server>
SettingsDecryptionResult. getServers()
Gets the decrypted servers.Method parameters in org.apache.maven.settings.crypto with type arguments of type Server Modifier and Type Method Description DefaultSettingsDecryptionRequest
DefaultSettingsDecryptionRequest. setServers(java.util.List<Server> servers)
SettingsDecryptionRequest
SettingsDecryptionRequest. setServers(java.util.List<Server> servers)
Sets the servers whose passwords should be decrypted.Constructors in org.apache.maven.settings.crypto with parameters of type Server Constructor Description DefaultSettingsDecryptionRequest(Server server)
Creates a new request to decrypt the specified server.Constructor parameters in org.apache.maven.settings.crypto with type arguments of type Server Constructor Description DefaultSettingsDecryptionResult(java.util.List<Server> servers, java.util.List<Proxy> proxies, java.util.List<SettingsProblem> problems)
-
Uses of Server in org.apache.maven.settings.io.xpp3
Methods in org.apache.maven.settings.io.xpp3 that return Server Modifier and Type Method Description private Server
SettingsXpp3Reader. parseServer(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseServer.Methods in org.apache.maven.settings.io.xpp3 with parameters of type Server Modifier and Type Method Description private void
SettingsXpp3Writer. writeServer(Server server, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeServer.
-