public static class MavenProperties.Proxy extends Object
Constructor and Description |
---|
MavenProperties.Proxy() |
Modifier and Type | Method and Description |
---|---|
MavenProperties.Authentication |
getAuth() |
String |
getHost() |
String |
getNonProxyHosts() |
int |
getPort() |
String |
getProtocol() |
void |
setAuth(MavenProperties.Authentication auth) |
void |
setHost(String host) |
void |
setNonProxyHosts(String nonProxyHosts) |
void |
setPort(int port) |
void |
setProtocol(String protocol) |
public String getProtocol()
public void setProtocol(String protocol)
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public String getNonProxyHosts()
public void setNonProxyHosts(String nonProxyHosts)
public MavenProperties.Authentication getAuth()
public void setAuth(MavenProperties.Authentication auth)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.