| Package | Description |
|---|---|
| org.jenkinsci.modules.slave_installer | |
| org.jenkinsci.modules.slave_installer.impl |
| 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. |
| Constructor and Description |
|---|
InstallerGui(SlaveInstaller installer,
hudson.FilePath slaveRoot,
String jnlpMac) |
InstallerGui(SlaveInstaller installer,
hudson.slaves.SlaveComputer sc) |
Copyright © 2016–2017. All rights reserved.