Uses of Class
hudson.slaves.ComputerLauncher
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Code related to agents.
-
Uses of ComputerLauncher in hudson
Modifier and TypeMethodDescriptionstatic List<Descriptor<ComputerLauncher>>
Functions.getComputerLauncherDescriptors()
Deprecated. -
Uses of ComputerLauncher in hudson.model
Modifier and TypeMethodDescriptionfinal List<Descriptor<ComputerLauncher>>
Slave.SlaveDescriptor.computerLauncherDescriptors
(Slave it) Returns the list ofComputerLauncher
descriptors appropriate to the suppliedSlave
.ModifierConstructorDescriptionprotected
Slave
(String name, String remoteFS, ComputerLauncher launcher) protected
Slave
(String name, String nodeDescription, String remoteFS, int numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy) Deprecated.since 2009-02-20.protected
Slave
(String name, String nodeDescription, String remoteFS, int numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy, List<? extends NodeProperty<?>> nodeProperties) Deprecated.as of 2.2 UseSlave(String, String, ComputerLauncher)
and set the rest through setters.protected
Slave
(String name, String nodeDescription, String remoteFS, String numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy, List<? extends NodeProperty<?>> nodeProperties) Deprecated.since 2.184 -
Uses of ComputerLauncher in hudson.slaves
Modifier and TypeClassDescriptionclass
ComputerLauncher
filter that can be used as a base class for decorators.class
Base implementation ofComputerLauncher
that to be used by launchers that perform some initialization (typically something cloud/v12n related to power up the machine), and then delegate to anotherComputerLauncher
to connect.class
ComputerLauncher
via inbound connections.Modifier and TypeFieldDescriptionprotected ComputerLauncher
ComputerLauncherFilter.core
protected ComputerLauncher
DelegatingComputerLauncher.launcher
Modifier and TypeFieldDescriptionstatic Descriptor<ComputerLauncher>
JNLPLauncher.DESCRIPTOR
Deprecated.as of 1.XXX UseJenkins.getDescriptor(Class)
static final DescriptorList<ComputerLauncher>
ComputerLauncher.LIST
Deprecated.as of 1.281 UseExtension
for registration, and useJenkins.getDescriptorList(Class)
for read access.Modifier and TypeMethodDescriptionComputerLauncherFilter.getCore()
Returns the delegation target.SlaveComputer.getDelegatedLauncher()
Return theComputerLauncher
for this SlaveComputer, strips off anyDelegatingComputerLauncher
s orComputerLauncherFilter
s.DelegatingComputerLauncher.getLauncher()
SlaveComputer.getLauncher()
Return theComputerLauncher
for thisSlaveComputer
.protected ComputerLauncher
SlaveComputer.grabLauncher
(Node node) abstract ComputerLauncher
ComputerConnector.launch
(String host, TaskListener listener) Creates aComputerLauncher
for connecting to the given host.Modifier and TypeMethodDescriptionDelegatingComputerLauncher.DescriptorImpl.applicableDescriptors
(Slave it, Slave.SlaveDescriptor itDescriptor) Returns the applicable nested computer launcher types.DelegatingComputerLauncher.DescriptorImpl.getApplicableDescriptors()
ComputerLauncherFilter.getDescriptor()
ModifierConstructorDescriptionprotected
AbstractCloudSlave
(String name, String remoteFS, ComputerLauncher launcher) protected
AbstractCloudSlave
(String name, String nodeDescription, String remoteFS, int numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy, List<? extends NodeProperty<?>> nodeProperties) Deprecated.since 2.184protected
AbstractCloudSlave
(String name, String nodeDescription, String remoteFS, String numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy, List<? extends NodeProperty<?>> nodeProperties) Deprecated.since 2.184protected
protected
DelegatingComputerLauncher
(ComputerLauncher launcher) DumbSlave
(String name, String remoteFS, 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.DumbSlave
(String name, String nodeDescription, String remoteFS, String numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy, List<? extends NodeProperty<?>> nodeProperties) Deprecated.as of 2.2.
Slave.SlaveDescriptor.computerLauncherDescriptors(Slave)