Modifier and Type | Field and Description |
---|---|
private java.util.List<Proxy> |
ArtifactResolutionRequest.proxies |
Modifier and Type | Method and Description |
---|---|
java.util.List<Proxy> |
ArtifactResolutionRequest.getProxies() |
Modifier and Type | Method and Description |
---|---|
ArtifactResolutionRequest |
ArtifactResolutionRequest.setProxies(java.util.List<Proxy> proxies) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Proxy> |
DefaultMavenExecutionRequest.proxies |
Modifier and Type | Method and Description |
---|---|
java.util.List<Proxy> |
MavenExecutionRequest.getProxies() |
java.util.List<Proxy> |
SettingsAdapter.getProxies() |
java.util.List<Proxy> |
DefaultMavenExecutionRequest.getProxies() |
Modifier and Type | Method and Description |
---|---|
MavenExecutionRequest |
MavenExecutionRequest.addProxy(Proxy proxy) |
MavenExecutionRequest |
DefaultMavenExecutionRequest.addProxy(Proxy proxy) |
Modifier and Type | Method and Description |
---|---|
MavenExecutionRequest |
MavenExecutionRequest.setProxies(java.util.List<Proxy> proxies) |
MavenExecutionRequest |
DefaultMavenExecutionRequest.setProxies(java.util.List<Proxy> proxies) |
Modifier and Type | Method and Description |
---|---|
void |
RepositorySystem.injectProxy(java.util.List<ArtifactRepository> repositories,
java.util.List<Proxy> proxies)
Injects the proxy information into the specified repositories.
|
Modifier and Type | Method and Description |
---|---|
private Proxy |
LegacyRepositorySystem.getProxy(ArtifactRepository repository,
java.util.List<Proxy> proxies) |
Modifier and Type | Method and Description |
---|---|
private Proxy |
LegacyRepositorySystem.getProxy(ArtifactRepository repository,
java.util.List<Proxy> proxies) |
void |
LegacyRepositorySystem.injectProxy(java.util.List<ArtifactRepository> repositories,
java.util.List<Proxy> proxies) |
Modifier and Type | Field and Description |
---|---|
private Proxy |
Settings.activeProxy |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Proxy> |
Settings.proxies
Field proxies.
|
Modifier and Type | Method and Description |
---|---|
Proxy |
Proxy.clone()
Method clone.
|
Proxy |
Settings.getActiveProxy() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Proxy> |
Settings.getProxies()
Method getProxies.
|
Modifier and Type | Method and Description |
---|---|
void |
Settings.addProxy(Proxy proxy)
Method addProxy.
|
void |
Settings.removeProxy(Proxy proxy)
Method removeProxy.
|
Modifier and Type | Method and Description |
---|---|
void |
Settings.setProxies(java.util.List<Proxy> proxies)
Set configuration for different proxy profiles.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Proxy> |
DefaultSettingsDecryptionRequest.proxies |
private java.util.List<Proxy> |
DefaultSettingsDecryptionResult.proxies |
Modifier and Type | Method and Description |
---|---|
Proxy |
DefaultSettingsDecryptionResult.getProxy() |
Proxy |
SettingsDecryptionResult.getProxy()
Gets the decrypted proxy.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Proxy> |
DefaultSettingsDecryptionRequest.getProxies() |
java.util.List<Proxy> |
DefaultSettingsDecryptionResult.getProxies() |
java.util.List<Proxy> |
SettingsDecryptionRequest.getProxies()
Gets the proxies whose passwords should be decrypted.
|
java.util.List<Proxy> |
SettingsDecryptionResult.getProxies()
Gets the decrypted proxies.
|
Modifier and Type | Method and Description |
---|---|
DefaultSettingsDecryptionRequest |
DefaultSettingsDecryptionRequest.setProxies(java.util.List<Proxy> proxies) |
SettingsDecryptionRequest |
SettingsDecryptionRequest.setProxies(java.util.List<Proxy> proxies)
Sets the proxies whose passwords should be decrypted.
|
Constructor and Description |
---|
DefaultSettingsDecryptionRequest(Proxy proxy)
Creates a new request to decrypt the specified proxy.
|
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 Proxy |
SettingsXpp3Reader.parseProxy(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseProxy.
|
Modifier and Type | Method and Description |
---|---|
private void |
SettingsXpp3Writer.writeProxy(Proxy proxy,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeProxy.
|