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() |
| Modifier and Type | Method and Description |
|---|---|
CustomDeploymentStrategyParamsFluent.EnvironmentNested<T> |
addNewEnvironment() |
CustomDeploymentStrategyParamsFluent.EnvironmentNested<T> |
addNewEnvironmentLike(EnvVar item) |
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToCommand(String... items) |
T |
addToEnvironment(EnvVar... items) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getCommand() |
List<EnvVar> |
getEnvironment() |
String |
getImage() |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromCommand(String... items) |
T |
removeFromEnvironment(EnvVar... items) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withCommand(List<String> command) |
T |
withCommand(String... command) |
T |
withEnvironment(EnvVar... environment) |
T |
withEnvironment(List<EnvVar> environment) |
T |
withImage(String image) |
public CustomDeploymentStrategyParamsFluentImpl()
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 removeFromAdditionalProperties(String key)
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–2015 Red Hat. All rights reserved.