| Package | Description |
|---|---|
| com.rackspace.jenkins_nodepool |
| Modifier and Type | Class and Description |
|---|---|
class |
NodePoolDebianOpenJDKInstaller
An installer that performs the necessary steps to install the Open JDK 8 JRE on a remote Ubuntu NodePool slave node.
|
class |
NodePoolJDKScriptInstaller
An installer that accepts a script to perform the necessary steps to install the JDK/JRE on a remote NodePool slave
node.
|
| Modifier and Type | Method and Description |
|---|---|
NodePoolJDKInstaller |
NodePoolSSHLauncher.getToolInstaller() |
| Constructor and Description |
|---|
NodePoolSSHLauncher(String host,
int port,
String credentialsId,
String jvmOptions,
NodePoolJDKInstaller jdkInstaller,
String prefixStartSlaveCmd,
String suffixStartSlaveCmd,
int launchTimeoutSeconds,
Integer maxNumRetries,
Integer retryWaitTimeSeconds,
hudson.plugins.sshslaves.verifiers.SshHostKeyVerificationStrategy sshHostKeyVerificationStrategy)
Constructor SSHLauncher creates a new SSHLauncher instance.
|
Copyright © 2016–2018. All rights reserved.