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> |
DefaultMavenExecutionRequest.getServers() |
List<Server> |
MavenExecutionRequest.getServers() |
Modifier and Type | Method and Description |
---|---|
MavenExecutionRequest |
DefaultMavenExecutionRequest.addServer(Server server) |
MavenExecutionRequest |
MavenExecutionRequest.addServer(Server server) |
Modifier and Type | Method and Description |
---|---|
MavenExecutionRequest |
DefaultMavenExecutionRequest.setServers(List<Server> servers) |
MavenExecutionRequest |
MavenExecutionRequest.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() |
Server |
Settings.getServer(String serverId) |
Modifier and Type | Method and Description |
---|---|
List<Server> |
Settings.getServers() |
static List<Server> |
Server.serverToApiV3(List<Server> list) |
Modifier and Type | Method and Description |
---|---|
void |
Settings.addServer(Server server) |
Modifier and Type | Method and Description |
---|---|
static List<Server> |
Server.serverToApiV4(List<Server> list) |
void |
Settings.setServers(List<Server> servers) |
Modifier and Type | Method and Description |
---|---|
Server |
SettingsDecryptionResult.getServer()
Gets the decrypted server.
|
Modifier and Type | Method and Description |
---|---|
List<Server> |
SettingsDecryptionRequest.getServers()
Gets the servers whose passwords should be decrypted.
|
List<Server> |
SettingsDecryptionResult.getServers()
Gets the decrypted servers.
|
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–2022 The Apache Software Foundation. All rights reserved.