Class DefaultConfigurationFluent<A extends DefaultConfigurationFluent<A>>

java.lang.Object
io.sundr.builder.BaseFluent<A>
org.arquillian.cube.kubernetes.impl.DefaultConfigurationFluent<A>
Direct Known Subclasses:
DefaultConfigurationBuilder

public class DefaultConfigurationFluent<A extends DefaultConfigurationFluent<A>> extends io.sundr.builder.BaseFluent<A>
Generated
  • Constructor Details

    • DefaultConfigurationFluent

      public DefaultConfigurationFluent()
    • DefaultConfigurationFluent

      public DefaultConfigurationFluent(DefaultConfiguration instance)
  • Method Details

    • copyInstance

      protected void copyInstance(DefaultConfiguration instance)
    • getSessionId

      public String getSessionId()
    • withSessionId

      public A withSessionId(String sessionId)
    • hasSessionId

      public boolean hasSessionId()
    • getNamespace

      public String getNamespace()
    • withNamespace

      public A withNamespace(String namespace)
    • hasNamespace

      public boolean hasNamespace()
    • getMasterUrl

      public URL getMasterUrl()
    • withMasterUrl

      public A withMasterUrl(URL masterUrl)
    • hasMasterUrl

      public boolean hasMasterUrl()
    • addToScriptEnvironmentVariables

      public A addToScriptEnvironmentVariables(String key, String value)
    • addToScriptEnvironmentVariables

      public A addToScriptEnvironmentVariables(Map<String,String> map)
    • removeFromScriptEnvironmentVariables

      public A removeFromScriptEnvironmentVariables(String key)
    • removeFromScriptEnvironmentVariables

      public A removeFromScriptEnvironmentVariables(Map<String,String> map)
    • getScriptEnvironmentVariables

      public Map<String,String> getScriptEnvironmentVariables()
    • withScriptEnvironmentVariables

      public <K, V> A withScriptEnvironmentVariables(Map<String,String> scriptEnvironmentVariables)
    • hasScriptEnvironmentVariables

      public boolean hasScriptEnvironmentVariables()
    • getEnvironmentSetupScriptUrl

      public URL getEnvironmentSetupScriptUrl()
    • withEnvironmentSetupScriptUrl

      public A withEnvironmentSetupScriptUrl(URL environmentSetupScriptUrl)
    • hasEnvironmentSetupScriptUrl

      public boolean hasEnvironmentSetupScriptUrl()
    • getEnvironmentTeardownScriptUrl

      public URL getEnvironmentTeardownScriptUrl()
    • withEnvironmentTeardownScriptUrl

      public A withEnvironmentTeardownScriptUrl(URL environmentTeardownScriptUrl)
    • hasEnvironmentTeardownScriptUrl

      public boolean hasEnvironmentTeardownScriptUrl()
    • getEnvironmentConfigUrl

      public URL getEnvironmentConfigUrl()
    • withEnvironmentConfigUrl

      public A withEnvironmentConfigUrl(URL environmentConfigUrl)
    • hasEnvironmentConfigUrl

      public boolean hasEnvironmentConfigUrl()
    • addToEnvironmentDependencies

      public A addToEnvironmentDependencies(int index, URL item)
    • setToEnvironmentDependencies

      public A setToEnvironmentDependencies(int index, URL item)
    • addToEnvironmentDependencies

      public A addToEnvironmentDependencies(URL... items)
    • addAllToEnvironmentDependencies

      public A addAllToEnvironmentDependencies(Collection<URL> items)
    • removeFromEnvironmentDependencies

      public A removeFromEnvironmentDependencies(URL... items)
    • removeAllFromEnvironmentDependencies

      public A removeAllFromEnvironmentDependencies(Collection<URL> items)
    • getEnvironmentDependencies

      public List<URL> getEnvironmentDependencies()
    • getEnvironmentDependency

      public URL getEnvironmentDependency(int index)
    • getFirstEnvironmentDependency

      public URL getFirstEnvironmentDependency()
    • getLastEnvironmentDependency

      public URL getLastEnvironmentDependency()
    • getMatchingEnvironmentDependency

      public URL getMatchingEnvironmentDependency(Predicate<URL> predicate)
    • hasMatchingEnvironmentDependency

      public boolean hasMatchingEnvironmentDependency(Predicate<URL> predicate)
    • withEnvironmentDependencies

      public A withEnvironmentDependencies(List<URL> environmentDependencies)
    • withEnvironmentDependencies

      public A withEnvironmentDependencies(URL... environmentDependencies)
    • hasEnvironmentDependencies

      public boolean hasEnvironmentDependencies()
    • isNamespaceLazyCreateEnabled

      public boolean isNamespaceLazyCreateEnabled()
    • withNamespaceLazyCreateEnabled

      public A withNamespaceLazyCreateEnabled(boolean namespaceLazyCreateEnabled)
    • hasNamespaceLazyCreateEnabled

      public boolean hasNamespaceLazyCreateEnabled()
    • isNamespaceCleanupEnabled

      public boolean isNamespaceCleanupEnabled()
    • withNamespaceCleanupEnabled

      public A withNamespaceCleanupEnabled(boolean namespaceCleanupEnabled)
    • hasNamespaceCleanupEnabled

      public boolean hasNamespaceCleanupEnabled()
    • getNamespaceCleanupTimeout

      public long getNamespaceCleanupTimeout()
    • withNamespaceCleanupTimeout

      public A withNamespaceCleanupTimeout(long namespaceCleanupTimeout)
    • hasNamespaceCleanupTimeout

      public boolean hasNamespaceCleanupTimeout()
    • isNamespaceCleanupConfirmationEnabled

      public boolean isNamespaceCleanupConfirmationEnabled()
    • withNamespaceCleanupConfirmationEnabled

      public A withNamespaceCleanupConfirmationEnabled(boolean namespaceCleanupConfirmationEnabled)
    • hasNamespaceCleanupConfirmationEnabled

      public boolean hasNamespaceCleanupConfirmationEnabled()
    • isNamespaceUseCurrentEnabled

      public boolean isNamespaceUseCurrentEnabled()
    • withNamespaceUseCurrentEnabled

      public A withNamespaceUseCurrentEnabled(boolean namespaceUseCurrentEnabled)
    • hasNamespaceUseCurrentEnabled

      public boolean hasNamespaceUseCurrentEnabled()
    • isNamespaceDestroyEnabled

      public boolean isNamespaceDestroyEnabled()
    • withNamespaceDestroyEnabled

      public A withNamespaceDestroyEnabled(boolean namespaceDestroyEnabled)
    • hasNamespaceDestroyEnabled

      public boolean hasNamespaceDestroyEnabled()
    • isNamespaceDestroyConfirmationEnabled

      public boolean isNamespaceDestroyConfirmationEnabled()
    • withNamespaceDestroyConfirmationEnabled

      public A withNamespaceDestroyConfirmationEnabled(boolean namespaceDestroyConfirmationEnabled)
    • hasNamespaceDestroyConfirmationEnabled

      public boolean hasNamespaceDestroyConfirmationEnabled()
    • getNamespaceDestroyTimeout

      public long getNamespaceDestroyTimeout()
    • withNamespaceDestroyTimeout

      public A withNamespaceDestroyTimeout(long namespaceDestroyTimeout)
    • hasNamespaceDestroyTimeout

      public boolean hasNamespaceDestroyTimeout()
    • isWaitEnabled

      public boolean isWaitEnabled()
    • withWaitEnabled

      public A withWaitEnabled(boolean waitEnabled)
    • hasWaitEnabled

      public boolean hasWaitEnabled()
    • getWaitTimeout

      public long getWaitTimeout()
    • withWaitTimeout

      public A withWaitTimeout(long waitTimeout)
    • hasWaitTimeout

      public boolean hasWaitTimeout()
    • getWaitPollInterval

      public long getWaitPollInterval()
    • withWaitPollInterval

      public A withWaitPollInterval(long waitPollInterval)
    • hasWaitPollInterval

      public boolean hasWaitPollInterval()
    • addToWaitForServiceList

      public A addToWaitForServiceList(int index, String item)
    • setToWaitForServiceList

      public A setToWaitForServiceList(int index, String item)
    • addToWaitForServiceList

      public A addToWaitForServiceList(String... items)
    • addAllToWaitForServiceList

      public A addAllToWaitForServiceList(Collection<String> items)
    • removeFromWaitForServiceList

      public A removeFromWaitForServiceList(String... items)
    • removeAllFromWaitForServiceList

      public A removeAllFromWaitForServiceList(Collection<String> items)
    • getWaitForServiceList

      public List<String> getWaitForServiceList()
    • getWaitForServiceList

      public String getWaitForServiceList(int index)
    • getFirstWaitForServiceList

      public String getFirstWaitForServiceList()
    • getLastWaitForServiceList

      public String getLastWaitForServiceList()
    • getMatchingWaitForServiceList

      public String getMatchingWaitForServiceList(Predicate<String> predicate)
    • hasMatchingWaitForServiceList

      public boolean hasMatchingWaitForServiceList(Predicate<String> predicate)
    • withWaitForServiceList

      public A withWaitForServiceList(List<String> waitForServiceList)
    • withWaitForServiceList

      public A withWaitForServiceList(String... waitForServiceList)
    • hasWaitForServiceList

      public boolean hasWaitForServiceList()
    • isAnsiLoggerEnabled

      public boolean isAnsiLoggerEnabled()
    • withAnsiLoggerEnabled

      public A withAnsiLoggerEnabled(boolean ansiLoggerEnabled)
    • hasAnsiLoggerEnabled

      public boolean hasAnsiLoggerEnabled()
    • isEnvironmentInitEnabled

      public boolean isEnvironmentInitEnabled()
    • withEnvironmentInitEnabled

      public A withEnvironmentInitEnabled(boolean environmentInitEnabled)
    • hasEnvironmentInitEnabled

      public boolean hasEnvironmentInitEnabled()
    • isLogCopyEnabled

      public boolean isLogCopyEnabled()
    • withLogCopyEnabled

      public A withLogCopyEnabled(boolean logCopyEnabled)
    • hasLogCopyEnabled

      public boolean hasLogCopyEnabled()
    • getLogPath

      public String getLogPath()
    • withLogPath

      public A withLogPath(String logPath)
    • hasLogPath

      public boolean hasLogPath()
    • getKubernetesDomain

      public String getKubernetesDomain()
    • withKubernetesDomain

      public A withKubernetesDomain(String kubernetesDomain)
    • hasKubernetesDomain

      public boolean hasKubernetesDomain()
    • getDockerRegistry

      public String getDockerRegistry()
    • withDockerRegistry

      public A withDockerRegistry(String dockerRegistry)
    • hasDockerRegistry

      public boolean hasDockerRegistry()
    • getUsername

      public String getUsername()
    • withUsername

      public A withUsername(String username)
    • hasUsername

      public boolean hasUsername()
    • getPassword

      public String getPassword()
    • withPassword

      public A withPassword(String password)
    • hasPassword

      public boolean hasPassword()
    • getApiVersion

      public String getApiVersion()
    • withApiVersion

      public A withApiVersion(String apiVersion)
    • hasApiVersion

      public boolean hasApiVersion()
    • isTrustCerts

      public boolean isTrustCerts()
    • withTrustCerts

      public A withTrustCerts(boolean trustCerts)
    • hasTrustCerts

      public boolean hasTrustCerts()
    • isFmpBuildEnabled

      public boolean isFmpBuildEnabled()
    • withFmpBuildEnabled

      public A withFmpBuildEnabled(boolean fmpBuildEnabled)
    • hasFmpBuildEnabled

      public boolean hasFmpBuildEnabled()
    • isFmpBuildForMavenDisable

      public boolean isFmpBuildForMavenDisable()
    • withFmpBuildForMavenDisable

      public A withFmpBuildForMavenDisable(boolean fmpBuildForMavenDisable)
    • hasFmpBuildForMavenDisable

      public boolean hasFmpBuildForMavenDisable()
    • isFmpDebugOutput

      public boolean isFmpDebugOutput()
    • withFmpDebugOutput

      public A withFmpDebugOutput(boolean fmpDebugOutput)
    • hasFmpDebugOutput

      public boolean hasFmpDebugOutput()
    • isFmpLogsEnabled

      public boolean isFmpLogsEnabled()
    • withFmpLogsEnabled

      public A withFmpLogsEnabled(boolean fmpLogsEnabled)
    • hasFmpLogsEnabled

      public boolean hasFmpLogsEnabled()
    • getFmpPomPath

      public String getFmpPomPath()
    • withFmpPomPath

      public A withFmpPomPath(String fmpPomPath)
    • hasFmpPomPath

      public boolean hasFmpPomPath()
    • addToFmpProfiles

      public A addToFmpProfiles(int index, String item)
    • setToFmpProfiles

      public A setToFmpProfiles(int index, String item)
    • addToFmpProfiles

      public A addToFmpProfiles(String... items)
    • addAllToFmpProfiles

      public A addAllToFmpProfiles(Collection<String> items)
    • removeFromFmpProfiles

      public A removeFromFmpProfiles(String... items)
    • removeAllFromFmpProfiles

      public A removeAllFromFmpProfiles(Collection<String> items)
    • getFmpProfiles

      public List<String> getFmpProfiles()
    • getFmpProfile

      public String getFmpProfile(int index)
    • getFirstFmpProfile

      public String getFirstFmpProfile()
    • getLastFmpProfile

      public String getLastFmpProfile()
    • getMatchingFmpProfile

      public String getMatchingFmpProfile(Predicate<String> predicate)
    • hasMatchingFmpProfile

      public boolean hasMatchingFmpProfile(Predicate<String> predicate)
    • withFmpProfiles

      public A withFmpProfiles(List<String> fmpProfiles)
    • withFmpProfiles

      public A withFmpProfiles(String... fmpProfiles)
    • hasFmpProfiles

      public boolean hasFmpProfiles()
    • addToFmpSystemProperties

      public A addToFmpSystemProperties(int index, String item)
    • setToFmpSystemProperties

      public A setToFmpSystemProperties(int index, String item)
    • addToFmpSystemProperties

      public A addToFmpSystemProperties(String... items)
    • addAllToFmpSystemProperties

      public A addAllToFmpSystemProperties(Collection<String> items)
    • removeFromFmpSystemProperties

      public A removeFromFmpSystemProperties(String... items)
    • removeAllFromFmpSystemProperties

      public A removeAllFromFmpSystemProperties(Collection<String> items)
    • getFmpSystemProperties

      public List<String> getFmpSystemProperties()
    • getFmpSystemProperty

      public String getFmpSystemProperty(int index)
    • getFirstFmpSystemProperty

      public String getFirstFmpSystemProperty()
    • getLastFmpSystemProperty

      public String getLastFmpSystemProperty()
    • getMatchingFmpSystemProperty

      public String getMatchingFmpSystemProperty(Predicate<String> predicate)
    • hasMatchingFmpSystemProperty

      public boolean hasMatchingFmpSystemProperty(Predicate<String> predicate)
    • withFmpSystemProperties

      public A withFmpSystemProperties(List<String> fmpSystemProperties)
    • withFmpSystemProperties

      public A withFmpSystemProperties(String... fmpSystemProperties)
    • hasFmpSystemProperties

      public boolean hasFmpSystemProperties()
    • getFmpBuildOptions

      public String getFmpBuildOptions()
    • withFmpBuildOptions

      public A withFmpBuildOptions(String fmpBuildOptions)
    • hasFmpBuildOptions

      public boolean hasFmpBuildOptions()
    • getToken

      public String getToken()
    • withToken

      public A withToken(String token)
    • hasToken

      public boolean hasToken()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class io.sundr.builder.BaseFluent<A extends DefaultConfigurationFluent<A>>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class io.sundr.builder.BaseFluent<A extends DefaultConfigurationFluent<A>>
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • withNamespaceLazyCreateEnabled

      public A withNamespaceLazyCreateEnabled()
    • withNamespaceCleanupEnabled

      public A withNamespaceCleanupEnabled()
    • withNamespaceCleanupConfirmationEnabled

      public A withNamespaceCleanupConfirmationEnabled()
    • withNamespaceUseCurrentEnabled

      public A withNamespaceUseCurrentEnabled()
    • withNamespaceDestroyEnabled

      public A withNamespaceDestroyEnabled()
    • withNamespaceDestroyConfirmationEnabled

      public A withNamespaceDestroyConfirmationEnabled()
    • withWaitEnabled

      public A withWaitEnabled()
    • withAnsiLoggerEnabled

      public A withAnsiLoggerEnabled()
    • withEnvironmentInitEnabled

      public A withEnvironmentInitEnabled()
    • withLogCopyEnabled

      public A withLogCopyEnabled()
    • withTrustCerts

      public A withTrustCerts()
    • withFmpBuildEnabled

      public A withFmpBuildEnabled()
    • withFmpBuildForMavenDisable

      public A withFmpBuildForMavenDisable()
    • withFmpDebugOutput

      public A withFmpDebugOutput()
    • withFmpLogsEnabled

      public A withFmpLogsEnabled()