Modifier and Type | Method and Description |
---|---|
List<Server> |
ArtifactResolutionRequest.getServers() |
Modifier and Type | Method and Description |
---|---|
ArtifactResolutionRequest |
ArtifactResolutionRequest.setServers(List<Server> servers) |
Modifier and Type | Method and Description |
---|---|
List<Server> |
MavenExecutionRequest.getServers() |
List<Server> |
DefaultMavenExecutionRequest.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(List<Server> servers) |
MavenExecutionRequest |
DefaultMavenExecutionRequest.setServers(List<Server> servers) |
Modifier and Type | Method and Description |
---|---|
void |
RepositorySystem.injectAuthentication(List<ArtifactRepository> repositories,
List<Server> servers)
Injects the authentication information into the specified repositories.
|
Modifier and Type | Method and Description |
---|---|
void |
LegacyRepositorySystem.injectAuthentication(List<ArtifactRepository> repositories,
List<Server> servers) |
Modifier and Type | Method and Description |
---|---|
Server |
Server.clone()
Method clone.
|
Server |
Settings.getServer(String serverId) |
Modifier and Type | Method and Description |
---|---|
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(List<Server> servers)
Set configuration of server-specific settings, mainly
authentication
method.
|
Modifier and Type | Method and Description |
---|---|
Server |
SettingsDecryptionResult.getServer()
Gets the decrypted server.
|
Modifier and Type | Method and Description |
---|---|
List<Server> |
SettingsDecryptionResult.getServers()
Gets the decrypted servers.
|
List<Server> |
SettingsDecryptionRequest.getServers()
Gets the servers whose passwords should be decrypted.
|
List<Server> |
DefaultSettingsDecryptionRequest.getServers() |
Modifier and Type | Method and Description |
---|---|
SettingsDecryptionRequest |
SettingsDecryptionRequest.setServers(List<Server> servers)
Sets the servers whose passwords should be decrypted.
|
DefaultSettingsDecryptionRequest |
DefaultSettingsDecryptionRequest.setServers(List<Server> servers) |
Constructor and Description |
---|
DefaultSettingsDecryptionRequest(Server server)
Creates a new request to decrypt the specified server.
|
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.