Package io.fabric8.kubernetes.api.model
Class ExecActionFluentImpl<A extends ExecActionFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ExecActionFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,ExecActionFluent<A>
- Direct Known Subclasses:
ExecActionBuilder,HandlerFluentImpl.ExecNestedImpl,ProbeFluentImpl.ExecNestedImpl,WatchEventFluentImpl.ExecActionObjectNestedImpl
public class ExecActionFluentImpl<A extends ExecActionFluent<A>> extends BaseFluent<A> implements ExecActionFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description ExecActionFluentImpl()ExecActionFluentImpl(ExecAction instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddAllToCommand(Collection<String> items)AaddNewCommand(String arg1)AaddNewCommand(StringBuffer arg1)AaddNewCommand(StringBuilder arg1)AaddToCommand(int index, String item)AaddToCommand(String... items)booleanequals(Object o)List<String>getCommand()StringgetCommand(int index)StringgetFirstCommand()StringgetLastCommand()StringgetMatchingCommand(Predicate<String> predicate)BooleanhasCommand()inthashCode()BooleanhasMatchingCommand(Predicate<String> predicate)AremoveAllFromCommand(Collection<String> items)AremoveFromCommand(String... items)AsetToCommand(int index, String item)AwithCommand(String... command)AwithCommand(List<String> command)
-
-
-
Constructor Detail
-
ExecActionFluentImpl
public ExecActionFluentImpl()
-
ExecActionFluentImpl
public ExecActionFluentImpl(ExecAction instance)
-
-
Method Detail
-
addToCommand
public A addToCommand(int index, String item)
- Specified by:
addToCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
setToCommand
public A setToCommand(int index, String item)
- Specified by:
setToCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
addToCommand
public A addToCommand(String... items)
- Specified by:
addToCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
addAllToCommand
public A addAllToCommand(Collection<String> items)
- Specified by:
addAllToCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
removeFromCommand
public A removeFromCommand(String... items)
- Specified by:
removeFromCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
removeAllFromCommand
public A removeAllFromCommand(Collection<String> items)
- Specified by:
removeAllFromCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
getCommand
public List<String> getCommand()
- Specified by:
getCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
getCommand
public String getCommand(int index)
- Specified by:
getCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
getFirstCommand
public String getFirstCommand()
- Specified by:
getFirstCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
getLastCommand
public String getLastCommand()
- Specified by:
getLastCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
getMatchingCommand
public String getMatchingCommand(Predicate<String> predicate)
- Specified by:
getMatchingCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
hasMatchingCommand
public Boolean hasMatchingCommand(Predicate<String> predicate)
- Specified by:
hasMatchingCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
withCommand
public A withCommand(List<String> command)
- Specified by:
withCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
withCommand
public A withCommand(String... command)
- Specified by:
withCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
hasCommand
public Boolean hasCommand()
- Specified by:
hasCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
addNewCommand
public A addNewCommand(String arg1)
- Specified by:
addNewCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
addNewCommand
public A addNewCommand(StringBuilder arg1)
- Specified by:
addNewCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
addNewCommand
public A addNewCommand(StringBuffer arg1)
- Specified by:
addNewCommandin interfaceExecActionFluent<A extends ExecActionFluent<A>>
-
-