public static final class LauncherFactory.JNLP extends LauncherFactory
Modifier and Type | Class and Description |
---|---|
static class |
LauncherFactory.JNLP.Desc |
LauncherFactory.JNLP, LauncherFactory.SSH, LauncherFactory.Unspecified
Modifier and Type | Field and Description |
---|---|
static LauncherFactory |
JNLP |
Modifier and Type | Method and Description |
---|---|
hudson.slaves.ComputerLauncher |
createLauncher(JCloudsSlave slave)
Create launcher to be used to start the computer.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
isWaitingFor(JCloudsSlave slave)
Detect the machine is provisioned and can be added to Jenkins for launching.
|
public static final LauncherFactory JNLP
public hudson.slaves.ComputerLauncher createLauncher(@Nonnull JCloudsSlave slave) throws IOException
LauncherFactory
createLauncher
in class LauncherFactory
IOException
@CheckForNull public String isWaitingFor(@Nonnull JCloudsSlave slave)
LauncherFactory
isWaitingFor
in class LauncherFactory
slave
- Slave we are waiting to be ready.Copyright © 2016–2017. All rights reserved.