public class OpenshiftEnvironmentDriverModuleConfig extends EnvironmentDriverModuleConfigBase
| Modifier and Type | Field and Description |
|---|---|
static String |
MODULE_NAME |
allowedHttpOutgoingDestinations, disabled, firewallAllowedDestinations, imageId, nonProxyHosts, proxyPort, proxyServer| Constructor and Description |
|---|
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,
String creationPodRetry,
Integer builderPodMemory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getExposeBuildAgentOnPublicUrl() |
boolean |
getKeepBuildAgentInstance() |
String |
getPncNamespace() |
String |
toString() |
getAllowedHttpOutgoingDestinations, getFirewallAllowedDestinations, getImageId, getNonProxyHosts, getProxyPort, getProxyServer, getWorkingDirectory, isDisabledpublic static String MODULE_NAME
public 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, String creationPodRetry, Integer builderPodMemory)
Copyright © 2014–2020 JBoss by Red Hat. All rights reserved.