public static final class MavenProxySupport.ProxyResult extends Object
Constructor and Description |
---|
ProxyResult(MavenProxySupport.Status status,
Proxy proxy) |
ProxyResult(MavenProxySupport.Status status,
Proxy proxy,
String toolProxy,
String proxySpec,
String proxyHost,
int proxyPort,
boolean nonDefault,
org.apache.maven.settings.Settings mavenSettings) |
Modifier and Type | Method and Description |
---|---|
BeanRunConfig |
configure(BeanRunConfig config) |
IOException |
getException() |
Proxy |
getProxy() |
String |
getProxySpec() |
MavenProxySupport.Status |
getStatus() |
String |
getToolProxy() |
public ProxyResult(MavenProxySupport.Status status, Proxy proxy)
public ProxyResult(MavenProxySupport.Status status, Proxy proxy, String toolProxy, String proxySpec, String proxyHost, int proxyPort, boolean nonDefault, org.apache.maven.settings.Settings mavenSettings)
public MavenProxySupport.Status getStatus()
public Proxy getProxy()
public String getToolProxy()
public String getProxySpec()
public IOException getException()
public BeanRunConfig configure(BeanRunConfig config) throws IOException
IOException