public class ExecNewPodHookFluentImpl<A extends ExecNewPodHookFluent<A>> extends BaseFluent<A> implements ExecNewPodHookFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ExecNewPodHookFluentImpl.EnvNestedImpl<N> |
ExecNewPodHookFluent.EnvNested<N>_visitables| Constructor and Description |
|---|
ExecNewPodHookFluentImpl() |
ExecNewPodHookFluentImpl(ExecNewPodHook instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToCommand(java.util.Collection<java.lang.String> items) |
A |
addAllToEnv(java.util.Collection<EnvVar> items) |
A |
addAllToVolumes(java.util.Collection<java.lang.String> items) |
A |
addNewCommand(java.lang.String arg1) |
A |
addNewCommand(java.lang.StringBuffer arg1) |
A |
addNewCommand(java.lang.StringBuilder arg1) |
ExecNewPodHookFluent.EnvNested<A> |
addNewEnv() |
ExecNewPodHookFluent.EnvNested<A> |
addNewEnvLike(EnvVar item) |
A |
addNewVolume(java.lang.String arg1) |
A |
addNewVolume(java.lang.StringBuffer arg1) |
A |
addNewVolume(java.lang.StringBuilder arg1) |
A |
addToCommand(int index,
java.lang.String item) |
A |
addToCommand(java.lang.String... items) |
A |
addToEnv(EnvVar... items) |
A |
addToEnv(int index,
EnvVar item) |
A |
addToVolumes(int index,
java.lang.String item) |
A |
addToVolumes(java.lang.String... items) |
java.util.List<EnvVar> |
buildEnv() |
EnvVar |
buildEnv(int index) |
EnvVar |
buildFirstEnv() |
EnvVar |
buildLastEnv() |
EnvVar |
buildMatchingEnv(Predicate<EnvVarBuilder> predicate) |
ExecNewPodHookFluent.EnvNested<A> |
editEnv(int index) |
ExecNewPodHookFluent.EnvNested<A> |
editFirstEnv() |
ExecNewPodHookFluent.EnvNested<A> |
editLastEnv() |
ExecNewPodHookFluent.EnvNested<A> |
editMatchingEnv(Predicate<EnvVarBuilder> predicate) |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getCommand() |
java.lang.String |
getCommand(int index) |
java.lang.String |
getContainerName() |
java.util.List<EnvVar> |
getEnv()
Deprecated.
|
java.lang.String |
getFirstCommand() |
java.lang.String |
getFirstVolume() |
java.lang.String |
getLastCommand() |
java.lang.String |
getLastVolume() |
java.lang.String |
getMatchingCommand(Predicate<java.lang.String> predicate) |
java.lang.String |
getMatchingVolume(Predicate<java.lang.String> predicate) |
java.lang.String |
getVolume(int index) |
java.util.List<java.lang.String> |
getVolumes() |
java.lang.Boolean |
hasCommand() |
java.lang.Boolean |
hasContainerName() |
java.lang.Boolean |
hasEnv() |
java.lang.Boolean |
hasMatchingCommand(Predicate<java.lang.String> predicate) |
java.lang.Boolean |
hasMatchingEnv(Predicate<EnvVarBuilder> predicate) |
java.lang.Boolean |
hasMatchingVolume(Predicate<java.lang.String> predicate) |
java.lang.Boolean |
hasVolumes() |
A |
removeAllFromCommand(java.util.Collection<java.lang.String> items) |
A |
removeAllFromEnv(java.util.Collection<EnvVar> items) |
A |
removeAllFromVolumes(java.util.Collection<java.lang.String> items) |
A |
removeFromCommand(java.lang.String... items) |
A |
removeFromEnv(EnvVar... items) |
A |
removeFromVolumes(java.lang.String... items) |
ExecNewPodHookFluent.EnvNested<A> |
setNewEnvLike(int index,
EnvVar item) |
A |
setToCommand(int index,
java.lang.String item) |
A |
setToEnv(int index,
EnvVar item) |
A |
setToVolumes(int index,
java.lang.String item) |
A |
withCommand(java.util.List<java.lang.String> command) |
A |
withCommand(java.lang.String... command) |
A |
withContainerName(java.lang.String containerName) |
A |
withEnv(EnvVar... env) |
A |
withEnv(java.util.List<EnvVar> env) |
A |
withNewContainerName(java.lang.String arg1) |
A |
withNewContainerName(java.lang.StringBuffer arg1) |
A |
withNewContainerName(java.lang.StringBuilder arg1) |
A |
withVolumes(java.util.List<java.lang.String> volumes) |
A |
withVolumes(java.lang.String... volumes) |
public ExecNewPodHookFluentImpl()
public ExecNewPodHookFluentImpl(ExecNewPodHook instance)
public A addToCommand(int index, java.lang.String item)
addToCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A setToCommand(int index, java.lang.String item)
setToCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addToCommand(java.lang.String... items)
addToCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addAllToCommand(java.util.Collection<java.lang.String> items)
addAllToCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A removeFromCommand(java.lang.String... items)
removeFromCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A removeAllFromCommand(java.util.Collection<java.lang.String> items)
removeAllFromCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public java.util.List<java.lang.String> getCommand()
getCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public java.lang.String getCommand(int index)
getCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public java.lang.String getFirstCommand()
getFirstCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public java.lang.String getLastCommand()
getLastCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public java.lang.String getMatchingCommand(Predicate<java.lang.String> predicate)
getMatchingCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public java.lang.Boolean hasMatchingCommand(Predicate<java.lang.String> predicate)
hasMatchingCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withCommand(java.util.List<java.lang.String> command)
withCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withCommand(java.lang.String... command)
withCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public java.lang.Boolean hasCommand()
hasCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewCommand(java.lang.String arg1)
addNewCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewCommand(java.lang.StringBuilder arg1)
addNewCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewCommand(java.lang.StringBuffer arg1)
addNewCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public java.lang.String getContainerName()
getContainerName in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withContainerName(java.lang.String containerName)
withContainerName in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public java.lang.Boolean hasContainerName()
hasContainerName in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withNewContainerName(java.lang.String arg1)
withNewContainerName in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withNewContainerName(java.lang.StringBuilder arg1)
withNewContainerName in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withNewContainerName(java.lang.StringBuffer arg1)
withNewContainerName in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addToEnv(int index, EnvVar item)
addToEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A setToEnv(int index, EnvVar item)
setToEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addToEnv(EnvVar... items)
addToEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addAllToEnv(java.util.Collection<EnvVar> items)
addAllToEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A removeFromEnv(EnvVar... items)
removeFromEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A removeAllFromEnv(java.util.Collection<EnvVar> items)
removeAllFromEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>@Deprecated public java.util.List<EnvVar> getEnv()
getEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public java.util.List<EnvVar> buildEnv()
buildEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public EnvVar buildEnv(int index)
buildEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public EnvVar buildFirstEnv()
buildFirstEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public EnvVar buildLastEnv()
buildLastEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public EnvVar buildMatchingEnv(Predicate<EnvVarBuilder> predicate)
buildMatchingEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public java.lang.Boolean hasMatchingEnv(Predicate<EnvVarBuilder> predicate)
hasMatchingEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withEnv(java.util.List<EnvVar> env)
withEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withEnv(EnvVar... env)
withEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public java.lang.Boolean hasEnv()
hasEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public ExecNewPodHookFluent.EnvNested<A> addNewEnv()
addNewEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public ExecNewPodHookFluent.EnvNested<A> addNewEnvLike(EnvVar item)
addNewEnvLike in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public ExecNewPodHookFluent.EnvNested<A> setNewEnvLike(int index, EnvVar item)
setNewEnvLike in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public ExecNewPodHookFluent.EnvNested<A> editEnv(int index)
editEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public ExecNewPodHookFluent.EnvNested<A> editFirstEnv()
editFirstEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public ExecNewPodHookFluent.EnvNested<A> editLastEnv()
editLastEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public ExecNewPodHookFluent.EnvNested<A> editMatchingEnv(Predicate<EnvVarBuilder> predicate)
editMatchingEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addToVolumes(int index, java.lang.String item)
addToVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A setToVolumes(int index, java.lang.String item)
setToVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addToVolumes(java.lang.String... items)
addToVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addAllToVolumes(java.util.Collection<java.lang.String> items)
addAllToVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A removeFromVolumes(java.lang.String... items)
removeFromVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A removeAllFromVolumes(java.util.Collection<java.lang.String> items)
removeAllFromVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public java.util.List<java.lang.String> getVolumes()
getVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public java.lang.String getVolume(int index)
getVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public java.lang.String getFirstVolume()
getFirstVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public java.lang.String getLastVolume()
getLastVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public java.lang.String getMatchingVolume(Predicate<java.lang.String> predicate)
getMatchingVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public java.lang.Boolean hasMatchingVolume(Predicate<java.lang.String> predicate)
hasMatchingVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withVolumes(java.util.List<java.lang.String> volumes)
withVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withVolumes(java.lang.String... volumes)
withVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public java.lang.Boolean hasVolumes()
hasVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewVolume(java.lang.String arg1)
addNewVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewVolume(java.lang.StringBuilder arg1)
addNewVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewVolume(java.lang.StringBuffer arg1)
addNewVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.