Package hudson.tasks

Class Shell

All Implemented Interfaces:
ExtensionPoint, Describable<Builder>, BuildStep, EnvVarsFilterableBuilder

public class Shell extends CommandInterpreter
Executes a series of commands by using a shell.
Author:
Kohsuke Kawaguchi
  • Constructor Details

    • Shell

      @DataBoundConstructor public Shell(String command)
  • Method Details