public class EnvironmentDriverModuleConfigBase
extends org.jboss.pnc.common.json.AbstractModuleConfig
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
disabled |
protected String |
firewallAllowedDestinations
List of allowed destinations by firewall in Docker container.
|
protected String |
imageId
Deprecated.
|
protected String |
nonProxyHosts
List of hosts that are not proxied.
|
protected String |
proxyPort
Persistent http proxy port
|
protected String |
proxyServer
Persistent http proxy hostname
|
| Constructor and Description |
|---|
EnvironmentDriverModuleConfigBase(String imageId,
String firewallAllowedDestinations,
String proxyServer,
String proxyPort,
String nonProxyHosts,
String workingDirectory,
boolean disabled) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFirewallAllowedDestinations() |
String |
getImageId() |
String |
getNonProxyHosts() |
String |
getProxyPort() |
String |
getProxyServer() |
String |
getWorkingDirectory() |
boolean |
isDisabled() |
@Deprecated protected String imageId
protected String firewallAllowedDestinations
protected String proxyServer
protected String proxyPort
protected String nonProxyHosts
protected boolean disabled
public String getImageId()
public String getProxyServer()
public String getProxyPort()
public String getNonProxyHosts()
public String getFirewallAllowedDestinations()
public String getWorkingDirectory()
public boolean isDisabled()
Copyright © 2014–2016. All rights reserved.