Package | Description |
---|---|
jenkins.plugins.openstack.compute | |
jenkins.plugins.openstack.compute.slaveopts |
Modifier and Type | Method and Description |
---|---|
JCloudsSlave |
JCloudsComputer.getNode() |
JCloudsSlave |
JCloudsSlaveTemplate.provisionSlave(JCloudsCloud cloud,
org.jenkinsci.plugins.cloudstats.ProvisioningActivity.Id id,
hudson.model.TaskListener listener)
Provision and connect as a slave.
|
Modifier and Type | Method and Description |
---|---|
hudson.slaves.AbstractCloudComputer<JCloudsSlave> |
JCloudsSlave.createComputer() |
Modifier and Type | Method and Description |
---|---|
String |
JCloudsCloud.slaveIsWaitingFor(JCloudsSlave slave) |
Constructor and Description |
---|
JCloudsComputer(JCloudsSlave slave) |
Modifier and Type | Method and Description |
---|---|
abstract hudson.slaves.ComputerLauncher |
LauncherFactory.createLauncher(JCloudsSlave slave)
Create launcher to be used to start the computer.
|
hudson.slaves.ComputerLauncher |
LauncherFactory.SSH.createLauncher(JCloudsSlave slave) |
hudson.slaves.ComputerLauncher |
LauncherFactory.JNLP.createLauncher(JCloudsSlave slave) |
hudson.slaves.ComputerLauncher |
LauncherFactory.Unspecified.createLauncher(JCloudsSlave slave) |
abstract String |
LauncherFactory.isWaitingFor(JCloudsSlave slave)
Detect the machine is provisioned and can be added to Jenkins for launching.
|
String |
LauncherFactory.SSH.isWaitingFor(JCloudsSlave slave)
The node is considered ready when ssh port is open.
|
String |
LauncherFactory.JNLP.isWaitingFor(JCloudsSlave slave) |
String |
LauncherFactory.Unspecified.isWaitingFor(JCloudsSlave slave) |
Copyright © 2016–2017. All rights reserved.