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) |
public CustomDeploymentStrategyParamsFluentImpl()
public CustomDeploymentStrategyParamsFluentImpl(CustomDeploymentStrategyParams instance)
public A addToCommand(int index, java.lang.String item)
addToCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A setToCommand(int index, java.lang.String item)
setToCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A addToCommand(java.lang.String... items)
addToCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A addAllToCommand(java.util.Collection<java.lang.String> items)
addAllToCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A removeFromCommand(java.lang.String... items)
removeFromCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A removeAllFromCommand(java.util.Collection<java.lang.String> items)
removeAllFromCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public java.util.List<java.lang.String> getCommand()
getCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public java.lang.String getCommand(int index)
getCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public java.lang.String getFirstCommand()
getFirstCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public java.lang.String getLastCommand()
getLastCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public java.lang.String getMatchingCommand(Predicate<java.lang.String> predicate)
getMatchingCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public java.lang.Boolean hasMatchingCommand(Predicate<java.lang.String> predicate)
hasMatchingCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A withCommand(java.util.List<java.lang.String> command)
withCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A withCommand(java.lang.String... command)
withCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public java.lang.Boolean hasCommand()
hasCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A addNewCommand(java.lang.String arg1)
addNewCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A addNewCommand(java.lang.StringBuilder arg1)
addNewCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A addNewCommand(java.lang.StringBuffer arg1)
addNewCommand in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A addToEnvironment(int index, EnvVar item)
addToEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A setToEnvironment(int index, EnvVar item)
setToEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A addToEnvironment(EnvVar... items)
addToEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A addAllToEnvironment(java.util.Collection<EnvVar> items)
addAllToEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A removeFromEnvironment(EnvVar... items)
removeFromEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A removeAllFromEnvironment(java.util.Collection<EnvVar> items)
removeAllFromEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>@Deprecated public java.util.List<EnvVar> getEnvironment()
getEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public java.util.List<EnvVar> buildEnvironment()
buildEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public EnvVar buildEnvironment(int index)
buildEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public EnvVar buildFirstEnvironment()
buildFirstEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public EnvVar buildLastEnvironment()
buildLastEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public EnvVar buildMatchingEnvironment(Predicate<EnvVarBuilder> predicate)
buildMatchingEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public java.lang.Boolean hasMatchingEnvironment(Predicate<EnvVarBuilder> predicate)
hasMatchingEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A withEnvironment(java.util.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 java.lang.Boolean hasEnvironment()
hasEnvironment 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 CustomDeploymentStrategyParamsFluent.EnvironmentNested<A> setNewEnvironmentLike(int index, EnvVar item)
setNewEnvironmentLike in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public CustomDeploymentStrategyParamsFluent.EnvironmentNested<A> editEnvironment(int index)
editEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public CustomDeploymentStrategyParamsFluent.EnvironmentNested<A> editFirstEnvironment()
editFirstEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public CustomDeploymentStrategyParamsFluent.EnvironmentNested<A> editLastEnvironment()
editLastEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public CustomDeploymentStrategyParamsFluent.EnvironmentNested<A> editMatchingEnvironment(Predicate<EnvVarBuilder> predicate)
editMatchingEnvironment in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public java.lang.String getImage()
getImage in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A withImage(java.lang.String image)
withImage in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public java.lang.Boolean hasImage()
hasImage in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A withNewImage(java.lang.String arg1)
withNewImage in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A withNewImage(java.lang.StringBuilder arg1)
withNewImage in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public A withNewImage(java.lang.StringBuffer arg1)
withNewImage in interface CustomDeploymentStrategyParamsFluent<A extends CustomDeploymentStrategyParamsFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.