Class SimpleCommandLauncher

java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.slaves.ComputerLauncher>
hudson.slaves.ComputerLauncher
org.jvnet.hudson.test.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 
     

    Nested classes/interfaces inherited from interface hudson.ExtensionPoint

    hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final String
     

    Fields inherited from class hudson.slaves.ComputerLauncher

    LIST
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • cmd

      public final String cmd
  • Constructor Details

    • SimpleCommandLauncher

      @DataBoundConstructor public SimpleCommandLauncher(String cmd)
  • Method Details

    • launch

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