public interface BuildPostCommitSpecFluent<A extends BuildPostCommitSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
A addAllToArgs(Collection<String> items)
A removeAllFromArgs(Collection<String> items)
String getArg(int index)
String getFirstArg()
String getLastArg()
Boolean hasArgs()
A addAllToCommand(Collection<String> items)
A removeAllFromCommand(Collection<String> items)
String getCommand(int index)
String getFirstCommand()
String getLastCommand()
Boolean hasCommand()
String getScript()
Boolean hasScript()
@Deprecated A withNewScript(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.