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) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildAgentBindPath() |
String |
getBuildAgentHost() |
String |
getContainerPort() |
String |
getExecutorThreadPoolSize() |
boolean |
getExposeBuildAgentOnPublicUrl() |
boolean |
getKeepBuildAgentInstance() |
String |
getPncNamespace() |
String |
getRestAuthToken() |
String |
getRestEndpointUrl() |
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)
public String getRestEndpointUrl()
public String getBuildAgentHost()
public String getPncNamespace()
public String getRestAuthToken()
public String getContainerPort()
public String getBuildAgentBindPath()
public String getExecutorThreadPoolSize()
public boolean getKeepBuildAgentInstance()
public boolean getExposeBuildAgentOnPublicUrl()
Copyright © 2014–2018 JBoss by Red Hat. All rights reserved.