public class EnvironmentDriverModuleConfigBase
extends org.jboss.pnc.common.json.AbstractModuleConfig
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
disabled |
protected String |
firewallAllowedDestinations |
protected String |
imageId |
protected String |
nonProxyHosts |
protected String |
proxyPort |
protected String |
proxyServer |
| 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() |
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.