public class OpenshiftEnvironmentDriverModuleConfig extends EnvironmentDriverModuleConfigBase
| Modifier and Type | Field and Description |
|---|---|
static String |
MODULE_NAME |
disabled, firewallAllowedDestinations, imageId, nonProxyHosts, proxyPort, proxyServer| Constructor and Description |
|---|
OpenshiftEnvironmentDriverModuleConfig(String restEndpointUrl,
String imageId,
String firewallAllowedDestinations,
String proxyServer,
String proxyPort,
String nonProxyHosts,
String podNamespace,
String buildAgentBindPath,
String restAuthToken,
String containerPort,
String workingDirectory,
Boolean disabled,
Boolean keepBuildAgentInstance,
Boolean exposeBuildAgentOnPublicUrl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildAgentBindPath() |
String |
getContainerPort() |
boolean |
getExposeBuildAgentOnPublicUrl() |
boolean |
getKeepBuildAgentInstance() |
String |
getPncNamespace() |
String |
getRestAuthToken() |
String |
getRestEndpointUrl() |
String |
toString() |
getFirewallAllowedDestinations, getImageId, getNonProxyHosts, getProxyPort, getProxyServer, getWorkingDirectory, isDisabledpublic static String MODULE_NAME
public OpenshiftEnvironmentDriverModuleConfig(String restEndpointUrl, String imageId, String firewallAllowedDestinations, String proxyServer, String proxyPort, String nonProxyHosts, String podNamespace, String buildAgentBindPath, String restAuthToken, String containerPort, String workingDirectory, Boolean disabled, Boolean keepBuildAgentInstance, Boolean exposeBuildAgentOnPublicUrl)
public String getRestEndpointUrl()
public String getPncNamespace()
public String getRestAuthToken()
public String getContainerPort()
public String getBuildAgentBindPath()
public boolean getKeepBuildAgentInstance()
public boolean getExposeBuildAgentOnPublicUrl()
Copyright © 2014–2016. All rights reserved.