Class DefaultConfigurationBuilder
java.lang.Object
io.sundr.builder.BaseFluent<A>
org.arquillian.cube.kubernetes.impl.DefaultConfigurationFluent<DefaultConfigurationBuilder>
org.arquillian.cube.kubernetes.impl.DefaultConfigurationBuilder
- All Implemented Interfaces:
io.sundr.builder.Builder<DefaultConfiguration>,io.sundr.builder.Visitable<DefaultConfigurationBuilder>,io.sundr.builder.VisitableBuilder<DefaultConfiguration,DefaultConfigurationBuilder>
public class DefaultConfigurationBuilder
extends DefaultConfigurationFluent<DefaultConfigurationBuilder>
implements io.sundr.builder.VisitableBuilder<DefaultConfiguration,DefaultConfigurationBuilder>
-
Field Summary
Fields inherited from class io.sundr.builder.BaseFluent
_visitables -
Constructor Summary
ConstructorsConstructorDescriptionDefaultConfigurationBuilder(DefaultConfigurationFluent<?> fluent, DefaultConfiguration instance) -
Method Summary
Methods inherited from class org.arquillian.cube.kubernetes.impl.DefaultConfigurationFluent
addAllToEnvironmentDependencies, addAllToFmpProfiles, addAllToFmpSystemProperties, addAllToWaitForServiceList, addToEnvironmentDependencies, addToEnvironmentDependencies, addToFmpProfiles, addToFmpProfiles, addToFmpSystemProperties, addToFmpSystemProperties, addToScriptEnvironmentVariables, addToScriptEnvironmentVariables, addToWaitForServiceList, addToWaitForServiceList, copyInstance, equals, getApiVersion, getDockerRegistry, getEnvironmentConfigUrl, getEnvironmentDependencies, getEnvironmentDependency, getEnvironmentSetupScriptUrl, getEnvironmentTeardownScriptUrl, getFirstEnvironmentDependency, getFirstFmpProfile, getFirstFmpSystemProperty, getFirstWaitForServiceList, getFmpBuildOptions, getFmpPomPath, getFmpProfile, getFmpProfiles, getFmpSystemProperties, getFmpSystemProperty, getKubernetesDomain, getLastEnvironmentDependency, getLastFmpProfile, getLastFmpSystemProperty, getLastWaitForServiceList, getLogPath, getMasterUrl, getMatchingEnvironmentDependency, getMatchingFmpProfile, getMatchingFmpSystemProperty, getMatchingWaitForServiceList, getNamespace, getNamespaceCleanupTimeout, getNamespaceDestroyTimeout, getPassword, getScriptEnvironmentVariables, getSessionId, getToken, getUsername, getWaitForServiceList, getWaitForServiceList, getWaitPollInterval, getWaitTimeout, hasAnsiLoggerEnabled, hasApiVersion, hasDockerRegistry, hasEnvironmentConfigUrl, hasEnvironmentDependencies, hasEnvironmentInitEnabled, hasEnvironmentSetupScriptUrl, hasEnvironmentTeardownScriptUrl, hasFmpBuildEnabled, hasFmpBuildForMavenDisable, hasFmpBuildOptions, hasFmpDebugOutput, hasFmpLogsEnabled, hasFmpPomPath, hasFmpProfiles, hasFmpSystemProperties, hashCode, hasKubernetesDomain, hasLogCopyEnabled, hasLogPath, hasMasterUrl, hasMatchingEnvironmentDependency, hasMatchingFmpProfile, hasMatchingFmpSystemProperty, hasMatchingWaitForServiceList, hasNamespace, hasNamespaceCleanupConfirmationEnabled, hasNamespaceCleanupEnabled, hasNamespaceCleanupTimeout, hasNamespaceDestroyConfirmationEnabled, hasNamespaceDestroyEnabled, hasNamespaceDestroyTimeout, hasNamespaceLazyCreateEnabled, hasNamespaceUseCurrentEnabled, hasPassword, hasScriptEnvironmentVariables, hasSessionId, hasToken, hasTrustCerts, hasUsername, hasWaitEnabled, hasWaitForServiceList, hasWaitPollInterval, hasWaitTimeout, isAnsiLoggerEnabled, isEnvironmentInitEnabled, isFmpBuildEnabled, isFmpBuildForMavenDisable, isFmpDebugOutput, isFmpLogsEnabled, isLogCopyEnabled, isNamespaceCleanupConfirmationEnabled, isNamespaceCleanupEnabled, isNamespaceDestroyConfirmationEnabled, isNamespaceDestroyEnabled, isNamespaceLazyCreateEnabled, isNamespaceUseCurrentEnabled, isTrustCerts, isWaitEnabled, removeAllFromEnvironmentDependencies, removeAllFromFmpProfiles, removeAllFromFmpSystemProperties, removeAllFromWaitForServiceList, removeFromEnvironmentDependencies, removeFromFmpProfiles, removeFromFmpSystemProperties, removeFromScriptEnvironmentVariables, removeFromScriptEnvironmentVariables, removeFromWaitForServiceList, setToEnvironmentDependencies, setToFmpProfiles, setToFmpSystemProperties, setToWaitForServiceList, toString, withAnsiLoggerEnabled, withAnsiLoggerEnabled, withApiVersion, withDockerRegistry, withEnvironmentConfigUrl, withEnvironmentDependencies, withEnvironmentDependencies, withEnvironmentInitEnabled, withEnvironmentInitEnabled, withEnvironmentSetupScriptUrl, withEnvironmentTeardownScriptUrl, withFmpBuildEnabled, withFmpBuildEnabled, withFmpBuildForMavenDisable, withFmpBuildForMavenDisable, withFmpBuildOptions, withFmpDebugOutput, withFmpDebugOutput, withFmpLogsEnabled, withFmpLogsEnabled, withFmpPomPath, withFmpProfiles, withFmpProfiles, withFmpSystemProperties, withFmpSystemProperties, withKubernetesDomain, withLogCopyEnabled, withLogCopyEnabled, withLogPath, withMasterUrl, withNamespace, withNamespaceCleanupConfirmationEnabled, withNamespaceCleanupConfirmationEnabled, withNamespaceCleanupEnabled, withNamespaceCleanupEnabled, withNamespaceCleanupTimeout, withNamespaceDestroyConfirmationEnabled, withNamespaceDestroyConfirmationEnabled, withNamespaceDestroyEnabled, withNamespaceDestroyEnabled, withNamespaceDestroyTimeout, withNamespaceLazyCreateEnabled, withNamespaceLazyCreateEnabled, withNamespaceUseCurrentEnabled, withNamespaceUseCurrentEnabled, withPassword, withScriptEnvironmentVariables, withSessionId, withToken, withTrustCerts, withTrustCerts, withUsername, withWaitEnabled, withWaitEnabled, withWaitForServiceList, withWaitForServiceList, withWaitPollInterval, withWaitTimeoutMethods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMapMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.sundr.builder.Visitable
accept, accept, accept, accept, getTarget, getVisitableMap
-
Constructor Details
-
DefaultConfigurationBuilder
public DefaultConfigurationBuilder() -
DefaultConfigurationBuilder
-
DefaultConfigurationBuilder
public DefaultConfigurationBuilder(DefaultConfigurationFluent<?> fluent, DefaultConfiguration instance) -
DefaultConfigurationBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.sundr.builder.Builder<DefaultConfiguration>
-