public class CubeOpenShiftConfigurationFluentImpl<A extends CubeOpenShiftConfigurationFluent<A>> extends DefaultConfigurationFluentImpl<A> implements CubeOpenShiftConfigurationFluent<A>
| Constructor and Description |
|---|
CubeOpenShiftConfigurationFluentImpl() |
CubeOpenShiftConfigurationFluentImpl(CubeOpenShiftConfiguration instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAutoStartContainers(String... items) |
A |
addToProxiedContainerPorts(String... items) |
boolean |
equals(Object o) |
String[] |
getAutoStartContainers() |
String |
getDefinitions() |
String |
getDefinitionsFile() |
String |
getPortForwardBindAddress() |
Set<String> |
getProxiedContainerPorts() |
boolean |
isKeepAliveGitServer() |
A |
removeFromAutoStartContainers(String... items) |
A |
removeFromProxiedContainerPorts(String... items) |
A |
withAutoStartContainers(String... autoStartContainers) |
A |
withDefinitions(String definitions) |
A |
withDefinitionsFile(String definitionsFile) |
A |
withKeepAliveGitServer(boolean keepAliveGitServer) |
A |
withPortForwardBindAddress(String portForwardBindAddress) |
A |
withProxiedContainerPorts(Set<String> proxiedContainerPorts) |
A |
withProxiedContainerPorts(String... proxiedContainerPorts) |
addToEnvironmentConfigAdditionalUrls, addToEnvironmentDependencies, addToWaitForServiceList, getDockerRegistry, getEnvironmentConfigAdditionalUrls, getEnvironmentConfigUrl, getEnvironmentDependencies, getEnvironmentSetupScriptUrl, getEnvironmentTeardownScriptUrl, getKubernetesDomain, getMasterUrl, getNamespace, getNamespaceCleanupTimeout, getNamespaceDestroyTimeout, getSessionId, getWaitForServiceList, getWaitPollInterval, getWaitTimeout, isAnsiLoggerEnabled, isEnvironmentInitEnabled, isNamespaceCleanupConfirmationEnabled, isNamespaceCleanupEnabled, isNamespaceDestroyConfirmationEnabled, isNamespaceDestroyEnabled, isNamespaceLazyCreateEnabled, removeFromEnvironmentConfigAdditionalUrls, removeFromEnvironmentDependencies, removeFromWaitForServiceList, withAnsiLoggerEnabled, withDockerRegistry, withEnvironmentConfigAdditionalUrls, withEnvironmentConfigAdditionalUrls, withEnvironmentConfigUrl, withEnvironmentDependencies, withEnvironmentDependencies, withEnvironmentInitEnabled, withEnvironmentSetupScriptUrl, withEnvironmentTeardownScriptUrl, withKubernetesDomain, withMasterUrl, withNamespace, withNamespaceCleanupConfirmationEnabled, withNamespaceCleanupEnabled, withNamespaceCleanupTimeout, withNamespaceDestroyConfirmationEnabled, withNamespaceDestroyEnabled, withNamespaceDestroyTimeout, withNamespaceLazyCreateEnabled, withSessionId, withWaitForServiceList, withWaitForServiceList, withWaitPollInterval, withWaitTimeoutaccept, aggregate, aggregate, build, buildclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddToEnvironmentConfigAdditionalUrls, addToEnvironmentDependencies, addToWaitForServiceList, getDockerRegistry, getEnvironmentConfigAdditionalUrls, getEnvironmentConfigUrl, getEnvironmentDependencies, getEnvironmentSetupScriptUrl, getEnvironmentTeardownScriptUrl, getKubernetesDomain, getMasterUrl, getNamespace, getNamespaceCleanupTimeout, getNamespaceDestroyTimeout, getSessionId, getWaitForServiceList, getWaitPollInterval, getWaitTimeout, isAnsiLoggerEnabled, isEnvironmentInitEnabled, isNamespaceCleanupConfirmationEnabled, isNamespaceCleanupEnabled, isNamespaceDestroyConfirmationEnabled, isNamespaceDestroyEnabled, isNamespaceLazyCreateEnabled, removeFromEnvironmentConfigAdditionalUrls, removeFromEnvironmentDependencies, removeFromWaitForServiceList, withAnsiLoggerEnabled, withDockerRegistry, withEnvironmentConfigAdditionalUrls, withEnvironmentConfigAdditionalUrls, withEnvironmentConfigUrl, withEnvironmentDependencies, withEnvironmentDependencies, withEnvironmentInitEnabled, withEnvironmentSetupScriptUrl, withEnvironmentTeardownScriptUrl, withKubernetesDomain, withMasterUrl, withNamespace, withNamespaceCleanupConfirmationEnabled, withNamespaceCleanupEnabled, withNamespaceCleanupTimeout, withNamespaceDestroyConfirmationEnabled, withNamespaceDestroyEnabled, withNamespaceDestroyTimeout, withNamespaceLazyCreateEnabled, withSessionId, withWaitForServiceList, withWaitForServiceList, withWaitPollInterval, withWaitTimeoutpublic CubeOpenShiftConfigurationFluentImpl()
public CubeOpenShiftConfigurationFluentImpl(CubeOpenShiftConfiguration instance)
public boolean isKeepAliveGitServer()
isKeepAliveGitServer in interface CubeOpenShiftConfigurationFluent<A extends CubeOpenShiftConfigurationFluent<A>>public A withKeepAliveGitServer(boolean keepAliveGitServer)
withKeepAliveGitServer in interface CubeOpenShiftConfigurationFluent<A extends CubeOpenShiftConfigurationFluent<A>>public String getDefinitions()
getDefinitions in interface CubeOpenShiftConfigurationFluent<A extends CubeOpenShiftConfigurationFluent<A>>public A withDefinitions(String definitions)
withDefinitions in interface CubeOpenShiftConfigurationFluent<A extends CubeOpenShiftConfigurationFluent<A>>public String getDefinitionsFile()
getDefinitionsFile in interface CubeOpenShiftConfigurationFluent<A extends CubeOpenShiftConfigurationFluent<A>>public A withDefinitionsFile(String definitionsFile)
withDefinitionsFile in interface CubeOpenShiftConfigurationFluent<A extends CubeOpenShiftConfigurationFluent<A>>public A withAutoStartContainers(String... autoStartContainers)
withAutoStartContainers in interface CubeOpenShiftConfigurationFluent<A extends CubeOpenShiftConfigurationFluent<A>>public String[] getAutoStartContainers()
getAutoStartContainers in interface CubeOpenShiftConfigurationFluent<A extends CubeOpenShiftConfigurationFluent<A>>public A addToAutoStartContainers(String... items)
addToAutoStartContainers in interface CubeOpenShiftConfigurationFluent<A extends CubeOpenShiftConfigurationFluent<A>>public A removeFromAutoStartContainers(String... items)
removeFromAutoStartContainers in interface CubeOpenShiftConfigurationFluent<A extends CubeOpenShiftConfigurationFluent<A>>public A addToProxiedContainerPorts(String... items)
addToProxiedContainerPorts in interface CubeOpenShiftConfigurationFluent<A extends CubeOpenShiftConfigurationFluent<A>>public A removeFromProxiedContainerPorts(String... items)
removeFromProxiedContainerPorts in interface CubeOpenShiftConfigurationFluent<A extends CubeOpenShiftConfigurationFluent<A>>public Set<String> getProxiedContainerPorts()
getProxiedContainerPorts in interface CubeOpenShiftConfigurationFluent<A extends CubeOpenShiftConfigurationFluent<A>>public A withProxiedContainerPorts(Set<String> proxiedContainerPorts)
withProxiedContainerPorts in interface CubeOpenShiftConfigurationFluent<A extends CubeOpenShiftConfigurationFluent<A>>public A withProxiedContainerPorts(String... proxiedContainerPorts)
withProxiedContainerPorts in interface CubeOpenShiftConfigurationFluent<A extends CubeOpenShiftConfigurationFluent<A>>public String getPortForwardBindAddress()
getPortForwardBindAddress in interface CubeOpenShiftConfigurationFluent<A extends CubeOpenShiftConfigurationFluent<A>>public A withPortForwardBindAddress(String portForwardBindAddress)
withPortForwardBindAddress in interface CubeOpenShiftConfigurationFluent<A extends CubeOpenShiftConfigurationFluent<A>>public boolean equals(Object o)
equals in class DefaultConfigurationFluentImpl<A extends CubeOpenShiftConfigurationFluent<A>>Copyright © 2017 JBoss by Red Hat. All rights reserved.