Uses of Class
hudson.slaves.ComputerLauncher

Packages that use ComputerLauncher
hudson   
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.os.windows   
hudson.slaves Code related to slaves. 
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of ComputerLauncher in hudson
 

Methods in hudson that return types with arguments of type ComputerLauncher
static List<Descriptor<ComputerLauncher>> Functions.getComputerLauncherDescriptors()
           
 

Uses of ComputerLauncher in hudson.model
 

Methods in hudson.model that return ComputerLauncher
 ComputerLauncher Slave.getLauncher()
           
 

Methods in hudson.model with parameters of type ComputerLauncher
 void Slave.setLauncher(ComputerLauncher launcher)
           
 

Constructors in hudson.model with parameters of type ComputerLauncher
Slave(String name, String nodeDescription, String remoteFS, int numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy)
          Deprecated. since 2009-02-20.
Slave(String name, String nodeDescription, String remoteFS, int numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy, List<? extends NodeProperty<?>> nodeProperties)
           
Slave(String name, String nodeDescription, String remoteFS, String numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy, List<? extends NodeProperty<?>> nodeProperties)
           
 

Uses of ComputerLauncher in hudson.os.windows
 

Subclasses of ComputerLauncher in hudson.os.windows
 class ManagedWindowsServiceLauncher
          Windows slave installed/managed as a service entirely remotely
 

Uses of ComputerLauncher in hudson.slaves
 

Subclasses of ComputerLauncher in hudson.slaves
 class CommandLauncher
          ComputerLauncher through a remote login mechanism like ssh/rsh.
 class ComputerLauncherFilter
          ComputerLauncher filter that can be used as a base class for decorators.
 class DelegatingComputerLauncher
          Convenient base implementation of ComputerLauncher that allows subtypes to perform some initialization (typically something cloud/v12n related to power up the machine), then to delegate to another ComputerLauncher to connect.
 class JNLPLauncher
          ComputerLauncher via JNLP.
 

Fields in hudson.slaves declared as ComputerLauncher
protected  ComputerLauncher ComputerLauncherFilter.core
           
protected  ComputerLauncher DelegatingComputerLauncher.launcher
           
 

Fields in hudson.slaves with type parameters of type ComputerLauncher
static Descriptor<ComputerLauncher> JNLPLauncher.DESCRIPTOR
           
static DescriptorList<ComputerLauncher> ComputerLauncher.LIST
          Deprecated. as of 1.281 Use Extension for registration, and use Jenkins.getDescriptorList(Class) for read access.
 

Methods in hudson.slaves that return ComputerLauncher
 ComputerLauncher ComputerLauncherFilter.getCore()
          Returns the delegation target.
 ComputerLauncher SlaveComputer.getLauncher()
           
 ComputerLauncher DelegatingComputerLauncher.getLauncher()
           
protected  ComputerLauncher SlaveComputer.grabLauncher(Node node)
          Grabs a ComputerLauncher out of Node to keep it in this Computer.
abstract  ComputerLauncher ComputerConnector.launch(String host, TaskListener listener)
          Creates a ComputerLauncher for connecting to the given host.
 

Methods in hudson.slaves that return types with arguments of type ComputerLauncher
 List<Descriptor<ComputerLauncher>> DelegatingComputerLauncher.DescriptorImpl.getApplicableDescriptors()
          Returns the applicable nested computer launcher types.
 Descriptor<ComputerLauncher> ComputerLauncherFilter.getDescriptor()
           
 

Constructors in hudson.slaves with parameters of type ComputerLauncher
AbstractCloudSlave(String name, String nodeDescription, String remoteFS, int numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy, List<? extends NodeProperty<?>> nodeProperties)
           
AbstractCloudSlave(String name, String nodeDescription, String remoteFS, String numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy, List<? extends NodeProperty<?>> nodeProperties)
           
ComputerLauncherFilter(ComputerLauncher core)
           
DelegatingComputerLauncher(ComputerLauncher launcher)
           
DumbSlave(String name, String nodeDescription, String remoteFS, String numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy)
          Deprecated. as of 1.286. Use #DumbSlave(String, String, String, String, Mode, String, ComputerLauncher, RetentionStrategy, List)
DumbSlave(String name, String nodeDescription, String remoteFS, String numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy, List<? extends NodeProperty<?>> nodeProperties)
           
 

Uses of ComputerLauncher in org.jvnet.hudson.test
 

Constructors in org.jvnet.hudson.test with parameters of type ComputerLauncher
PretendSlave(String name, String remoteFS, int numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, FakeLauncher faker)
           
PretendSlave(String name, String remoteFS, String labelString, ComputerLauncher launcher, FakeLauncher faker)
           
 



Copyright © 2004-2013. All Rights Reserved.