public class CustomDeploymentStrategyParamsFluentImpl<A extends CustomDeploymentStrategyParamsFluent<A>> extends BaseFluent<A> implements CustomDeploymentStrategyParamsFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CustomDeploymentStrategyParamsFluentImpl.EnvironmentNestedImpl<N> |
CustomDeploymentStrategyParamsFluent.EnvironmentNested<N>_visitables| Constructor and Description |
|---|
CustomDeploymentStrategyParamsFluentImpl() |
CustomDeploymentStrategyParamsFluentImpl(CustomDeploymentStrategyParams instance) |
| Modifier and Type | Method and Description |
|---|---|
CustomDeploymentStrategyParamsFluent.EnvironmentNested<A> |
addNewEnvironment() |
CustomDeploymentStrategyParamsFluent.EnvironmentNested<A> |
addNewEnvironmentLike(EnvVar item) |
A |
addToCommand(String... items) |
A |
addToEnvironment(EnvVar... items) |
boolean |
equals(Object o) |
List<String> |
getCommand() |
List<EnvVar> |
getEnvironment() |
String |
getImage() |
A |
removeFromCommand(String... items) |
A |
removeFromEnvironment(EnvVar... items) |
A |
withCommand(List<String> command) |
A |
withCommand(String... command) |
A |
withEnvironment(EnvVar... environment) |
A |
withEnvironment(List<EnvVar> environment) |
A |
withImage(String image) |
public CustomDeploymentStrategyParamsFluentImpl()
public CustomDeploymentStrategyParamsFluentImpl(CustomDeploymentStrategyParams instance)
public A addToCommand(String... items)
addToCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A removeFromCommand(String... items)
removeFromCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public List<String> getCommand()
getCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A withCommand(List<String> command)
withCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A withCommand(String... command)
withCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A addToEnvironment(EnvVar... items)
addToEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A removeFromEnvironment(EnvVar... items)
removeFromEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public List<EnvVar> getEnvironment()
getEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A withEnvironment(List<EnvVar> environment)
withEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A withEnvironment(EnvVar... environment)
withEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public CustomDeploymentStrategyParamsFluent.EnvironmentNested<A> addNewEnvironment()
addNewEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public CustomDeploymentStrategyParamsFluent.EnvironmentNested<A> addNewEnvironmentLike(EnvVar item)
addNewEnvironmentLike in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public String getImage()
getImage in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A withImage(String image)
withImage in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.