public static final class LauncherFactory.Unspecified extends LauncherFactory
Modifier and Type | Class and Description |
---|---|
static class |
LauncherFactory.Unspecified.Desc |
LauncherFactory.JNLP, LauncherFactory.SSH, LauncherFactory.Unspecified
Modifier and Type | Method and Description |
---|---|
hudson.slaves.ComputerLauncher |
createLauncher(JCloudsSlave slave)
Create launcher to be used to start the computer.
|
String |
isWaitingFor(JCloudsSlave slave)
Detect the machine is provisioned and can be added to Jenkins for launching.
|
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–2018. All rights reserved.