Class SimpleCommandLauncher

  • All Implemented Interfaces:
    hudson.ExtensionPoint, hudson.model.Describable<hudson.slaves.ComputerLauncher>

    public class SimpleCommandLauncher
    extends hudson.slaves.ComputerLauncher
    Stripped-down clone of CommandLauncher.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SimpleCommandLauncher.DescriptorImpl  
      • Nested classes/interfaces inherited from interface hudson.ExtensionPoint

        hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
    • Field Summary

      Fields 
      Modifier and Type Field Description
      String cmd  
      • Fields inherited from class hudson.slaves.ComputerLauncher

        LIST
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void launch​(hudson.slaves.SlaveComputer computer, hudson.model.TaskListener listener)  
      • Methods inherited from class hudson.slaves.ComputerLauncher

        afterDisconnect, afterDisconnect, beforeDisconnect, beforeDisconnect, checkJavaVersion, isLaunchSupported, launch
      • Methods inherited from class hudson.model.AbstractDescribableImpl

        getDescriptor
    • Field Detail

      • cmd

        public final String cmd
    • Constructor Detail

      • SimpleCommandLauncher

        @DataBoundConstructor
        public SimpleCommandLauncher​(String cmd)
    • Method Detail

      • launch

        public void launch​(hudson.slaves.SlaveComputer computer,
                           hudson.model.TaskListener listener)
        Overrides:
        launch in class hudson.slaves.ComputerLauncher