Uses of Class
jenkins.plugins.openstack.compute.JCloudsSlave
-
Uses of JCloudsSlave in jenkins.plugins.openstack.compute
Modifier and TypeMethodDescriptionJCloudsComputer.getNode()
JCloudsSlaveTemplate.provisionSlave
(JCloudsCloud cloud, org.jenkinsci.plugins.cloudstats.ProvisioningActivity.Id id) Provision and connect as a slave. -
Uses of JCloudsSlave in jenkins.plugins.openstack.compute.slaveopts
Modifier and TypeMethodDescriptionabstract ComputerLauncher
LauncherFactory.createLauncher
(JCloudsSlave slave) Create launcher to be used to start the computer.LauncherFactory.JNLP.createLauncher
(JCloudsSlave slave) LauncherFactory.SSH.createLauncher
(JCloudsSlave slave) LauncherFactory.Unspecified.createLauncher
(JCloudsSlave slave) abstract String
LauncherFactory.isWaitingFor
(JCloudsSlave slave) Detect the machine is provisioned and can be added to Jenkins for launching.LauncherFactory.JNLP.isWaitingFor
(JCloudsSlave slave) LauncherFactory.SSH.isWaitingFor
(JCloudsSlave slave) The node is considered ready when ssh port is open.LauncherFactory.Unspecified.isWaitingFor
(JCloudsSlave slave)