public static final class LauncherFactory.SSH extends LauncherFactory
Modifier and Type | Class and Description |
---|---|
static class |
LauncherFactory.SSH.Desc |
LauncherFactory.JNLP, LauncherFactory.SSH, LauncherFactory.Unspecified
Constructor and Description |
---|
SSH(String credentialsId) |
SSH(String credentialsId,
String javaPath) |
Modifier and Type | Method and Description |
---|---|
hudson.slaves.ComputerLauncher |
createLauncher(JCloudsSlave slave)
Create launcher to be used to start the computer.
|
boolean |
equals(Object o) |
String |
getCredentialsId() |
String |
getJavaPath() |
int |
hashCode() |
String |
isWaitingFor(JCloudsSlave slave)
The node is considered ready when ssh port is open.
|
String |
toString() |
@CheckForNull public String getJavaPath()
public hudson.slaves.ComputerLauncher createLauncher(@Nonnull JCloudsSlave slave)
LauncherFactory
createLauncher
in class LauncherFactory
@CheckForNull public String isWaitingFor(@Nonnull JCloudsSlave slave)
isWaitingFor
in class LauncherFactory
slave
- Slave we are waiting to be ready.Copyright © 2016–2020. All rights reserved.