Modifier and Type | Field and Description |
---|---|
private java.util.List<Server> |
ArtifactResolutionRequest.servers |
Modifier and Type | Method and Description |
---|---|
java.util.List<Server> |
ArtifactResolutionRequest.getServers() |
Modifier and Type | Method and Description |
---|---|
ArtifactResolutionRequest |
ArtifactResolutionRequest.setServers(java.util.List<Server> servers) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Server> |
DefaultMavenExecutionRequest.servers |
Modifier and Type | Method and Description |
---|---|
java.util.List<Server> |
MavenExecutionRequest.getServers() |
java.util.List<Server> |
DefaultMavenExecutionRequest.getServers() |
java.util.List<Server> |
SettingsAdapter.getServers() |
Modifier and Type | Method and Description |
---|---|
MavenExecutionRequest |
MavenExecutionRequest.addServer(Server server) |
MavenExecutionRequest |
DefaultMavenExecutionRequest.addServer(Server server) |
Modifier and Type | Method and Description |
---|---|
MavenExecutionRequest |
MavenExecutionRequest.setServers(java.util.List<Server> servers) |
MavenExecutionRequest |
DefaultMavenExecutionRequest.setServers(java.util.List<Server> servers) |
Modifier and Type | Method and Description |
---|---|
void |
RepositorySystem.injectAuthentication(java.util.List<ArtifactRepository> repositories,
java.util.List<Server> servers)
Injects the authentication information into the specified repositories.
|
Modifier and Type | Method and Description |
---|---|
void |
LegacyRepositorySystem.injectAuthentication(java.util.List<ArtifactRepository> repositories,
java.util.List<Server> servers) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Server> |
Settings.servers
Field servers.
|
Modifier and Type | Method and Description |
---|---|
Server |
Server.clone()
Method clone.
|
Server |
Settings.getServer(java.lang.String serverId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Server> |
Settings.getServers()
Method getServers.
|
Modifier and Type | Method and Description |
---|---|
void |
Settings.addServer(Server server)
Method addServer.
|
void |
Settings.removeServer(Server server)
Method removeServer.
|
Modifier and Type | Method and Description |
---|---|
void |
Settings.setServers(java.util.List<Server> servers)
Set configuration of server-specific settings, mainly
authentication
method.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Server> |
DefaultSettingsDecryptionResult.servers |
private java.util.List<Server> |
DefaultSettingsDecryptionRequest.servers |
Modifier and Type | Method and Description |
---|---|
Server |
SettingsDecryptionResult.getServer()
Gets the decrypted server.
|
Server |
DefaultSettingsDecryptionResult.getServer() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Server> |
SettingsDecryptionResult.getServers()
Gets the decrypted servers.
|
java.util.List<Server> |
DefaultSettingsDecryptionResult.getServers() |
java.util.List<Server> |
SettingsDecryptionRequest.getServers()
Gets the servers whose passwords should be decrypted.
|
java.util.List<Server> |
DefaultSettingsDecryptionRequest.getServers() |
Modifier and Type | Method and Description |
---|---|
SettingsDecryptionRequest |
SettingsDecryptionRequest.setServers(java.util.List<Server> servers)
Sets the servers whose passwords should be decrypted.
|
DefaultSettingsDecryptionRequest |
DefaultSettingsDecryptionRequest.setServers(java.util.List<Server> servers) |
Constructor and Description |
---|
DefaultSettingsDecryptionRequest(Server server)
Creates a new request to decrypt the specified server.
|
Constructor and Description |
---|
DefaultSettingsDecryptionResult(java.util.List<Server> servers,
java.util.List<Proxy> proxies,
java.util.List<SettingsProblem> problems) |
Modifier and Type | Method and Description |
---|---|
private Server |
SettingsXpp3Reader.parseServer(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseServer.
|
Modifier and Type | Method and Description |
---|---|
private void |
SettingsXpp3Writer.writeServer(Server server,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeServer.
|