public class CustomDeploymentStrategyParamsFluentImpl<T extends CustomDeploymentStrategyParamsFluent<T>> extends BaseFluent<T> implements CustomDeploymentStrategyParamsFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
CustomDeploymentStrategyParamsFluentImpl.EnvironmentNestedImpl<N> |
CustomDeploymentStrategyParamsFluent.EnvironmentNested<N>_visitables| Constructor and Description |
|---|
CustomDeploymentStrategyParamsFluentImpl() |
CustomDeploymentStrategyParamsFluentImpl(CustomDeploymentStrategyParams instance) |
public CustomDeploymentStrategyParamsFluentImpl()
public CustomDeploymentStrategyParamsFluentImpl(CustomDeploymentStrategyParams instance)
public T addToCommand(String... items)
addToCommand in interface CustomDeploymentStrategyParamsFluent<T extends CustomDeploymentStrategyParamsFluent<T>>public T removeFromCommand(String... items)
removeFromCommand in interface CustomDeploymentStrategyParamsFluent<T extends CustomDeploymentStrategyParamsFluent<T>>public List<String> getCommand()
getCommand in interface CustomDeploymentStrategyParamsFluent<T extends CustomDeploymentStrategyParamsFluent<T>>public T withCommand(List<String> command)
withCommand in interface CustomDeploymentStrategyParamsFluent<T extends CustomDeploymentStrategyParamsFluent<T>>public T withCommand(String... command)
withCommand in interface CustomDeploymentStrategyParamsFluent<T extends CustomDeploymentStrategyParamsFluent<T>>public T addToEnvironment(EnvVar... items)
addToEnvironment in interface CustomDeploymentStrategyParamsFluent<T extends CustomDeploymentStrategyParamsFluent<T>>public T removeFromEnvironment(EnvVar... items)
removeFromEnvironment in interface CustomDeploymentStrategyParamsFluent<T extends CustomDeploymentStrategyParamsFluent<T>>public List<EnvVar> getEnvironment()
getEnvironment in interface CustomDeploymentStrategyParamsFluent<T extends CustomDeploymentStrategyParamsFluent<T>>public T withEnvironment(List<EnvVar> environment)
withEnvironment in interface CustomDeploymentStrategyParamsFluent<T extends CustomDeploymentStrategyParamsFluent<T>>public T withEnvironment(EnvVar... environment)
withEnvironment in interface CustomDeploymentStrategyParamsFluent<T extends CustomDeploymentStrategyParamsFluent<T>>public CustomDeploymentStrategyParamsFluent.EnvironmentNested<T> addNewEnvironment()
addNewEnvironment in interface CustomDeploymentStrategyParamsFluent<T extends CustomDeploymentStrategyParamsFluent<T>>public CustomDeploymentStrategyParamsFluent.EnvironmentNested<T> addNewEnvironmentLike(EnvVar item)
addNewEnvironmentLike in interface CustomDeploymentStrategyParamsFluent<T extends CustomDeploymentStrategyParamsFluent<T>>public String getImage()
getImage in interface CustomDeploymentStrategyParamsFluent<T extends CustomDeploymentStrategyParamsFluent<T>>public T withImage(String image)
withImage in interface CustomDeploymentStrategyParamsFluent<T extends CustomDeploymentStrategyParamsFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface CustomDeploymentStrategyParamsFluent<T extends CustomDeploymentStrategyParamsFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface CustomDeploymentStrategyParamsFluent<T extends CustomDeploymentStrategyParamsFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface CustomDeploymentStrategyParamsFluent<T extends CustomDeploymentStrategyParamsFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface CustomDeploymentStrategyParamsFluent<T extends CustomDeploymentStrategyParamsFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface CustomDeploymentStrategyParamsFluent<T extends CustomDeploymentStrategyParamsFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface CustomDeploymentStrategyParamsFluent<T extends CustomDeploymentStrategyParamsFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.