| Package | Description |
|---|---|
| org.jenkinsci.modules.slave_installer |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUnixSlaveInstaller |
| Modifier and Type | Method and Description |
|---|---|
static SlaveInstaller |
SlaveInstallerFactory.createFor(hudson.remoting.Channel c) |
static SlaveInstaller |
SlaveInstallerFactory.createFor(hudson.slaves.SlaveComputer c) |
SlaveInstaller |
SlaveInstallerFactory.createIfApplicable(hudson.remoting.Channel c)
If this factory is capable of creating a
SlaveInstaller for the system
that the other end of the given channel runs in, create one and return a SlaveInstaller. |
SlaveInstaller |
SlaveInstallerFactory.createIfApplicable(hudson.slaves.SlaveComputer c)
If this factory is capable of creating a
SlaveInstaller for the platform
of the given SlaveComputer, create one and return its SlaveInstaller. |
Copyright © 2004-2014. All Rights Reserved.