Interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1LifecycleHandlerFluent.ExecNested<N>,V1ProbeFluent.ExecNested<N>
- All Known Implementing Classes:
V1ExecActionBuilder,V1ExecActionFluentImpl
Generated
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToCommand(Collection<String> items) addToCommand(Integer index, String item) addToCommand(String... items) getCommand(Integer index) getMatchingCommand(Predicate<String> predicate) hasMatchingCommand(Predicate<String> predicate) removeAllFromCommand(Collection<String> items) removeFromCommand(String... items) setToCommand(Integer index, String item) withCommand(String... command) withCommand(List<String> command)
-
Method Details