| Package | Description |
|---|---|
| org.jboss.pnc.common.json.moduleconfig |
| Modifier and Type | Field and Description |
|---|---|
protected List<HttpDestinationConfig> |
EnvironmentDriverModuleConfigBase.allowedHttpOutgoingDestinations
List of Http destinations; The Http Destination needs to specify the url, port (optional), and the
allowed Http method to allow.
|
| Modifier and Type | Method and Description |
|---|---|
List<HttpDestinationConfig> |
EnvironmentDriverModuleConfigBase.getAllowedHttpOutgoingDestinations() |
| Constructor and Description |
|---|
EnvironmentDriverModuleConfigBase(String imageId,
String firewallAllowedDestinations,
List<HttpDestinationConfig> allowedHttpOutgoingDestinations,
String proxyServer,
String proxyPort,
String nonProxyHosts,
String workingDirectory,
boolean disabled) |
OpenshiftEnvironmentDriverModuleConfig(String restEndpointUrl,
String buildAgentHost,
String imageId,
String firewallAllowedDestinations,
List<HttpDestinationConfig> allowedHttpOutgoingDestinations,
String proxyServer,
String proxyPort,
String nonProxyHosts,
String podNamespace,
String buildAgentBindPath,
String executorThreadPoolSize,
String restAuthToken,
String containerPort,
String workingDirectory,
Boolean disabled,
Boolean keepBuildAgentInstance,
Boolean exposeBuildAgentOnPublicUrl) |
Copyright © 2014–2018 JBoss by Red Hat. All rights reserved.