Uses of Class
jenkins.plugins.openstack.compute.JCloudsSlave
Packages that use JCloudsSlave
-
Uses of JCloudsSlave in jenkins.plugins.openstack.compute
Methods in jenkins.plugins.openstack.compute that return JCloudsSlaveModifier and TypeMethodDescriptionJCloudsComputer.getNode()
JCloudsSlaveTemplate.provisionSlave
(JCloudsCloud cloud, org.jenkinsci.plugins.cloudstats.ProvisioningActivity.Id id) Provision and connect as a slave.Methods in jenkins.plugins.openstack.compute that return types with arguments of type JCloudsSlaveMethods in jenkins.plugins.openstack.compute with parameters of type JCloudsSlaveConstructors in jenkins.plugins.openstack.compute with parameters of type JCloudsSlave -
Uses of JCloudsSlave in jenkins.plugins.openstack.compute.slaveopts
Methods in jenkins.plugins.openstack.compute.slaveopts with parameters of type JCloudsSlaveModifier 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)