Class ShellOrExecConfig


  • public class ShellOrExecConfig
    extends Object
    Description of an entrypoint or command
    • Field Detail

      • exec

        @Parameter
        public List<String> exec
        Executable and parameters, no shell involved
      • shell

        @Parameter
        public String shell
        Single line command that will be executed by shell (not used if exec specified)
    • Constructor Detail

      • ShellOrExecConfig

        public ShellOrExecConfig()