Uses of Class
jenkins.plugins.openstack.compute.slaveopts.LauncherFactory
Packages that use LauncherFactory
-
Uses of LauncherFactory in jenkins.plugins.openstack.compute
Methods in jenkins.plugins.openstack.compute that return LauncherFactoryModifier and TypeMethodDescriptionJCloudsSlave.getLauncherFactory()
SlaveOptions.getLauncherFactory()
Methods in jenkins.plugins.openstack.compute with parameters of type LauncherFactoryModifier and TypeMethodDescriptionSlaveOptions.Builder.launcherFactory
(LauncherFactory launcherFactory) Constructors in jenkins.plugins.openstack.compute with parameters of type LauncherFactoryModifierConstructorDescriptionSlaveOptions
(BootSource bootSource, String hardwareId, String networkId, String userDataId, Integer instanceCap, Integer instancesMin, String floatingIpPool, String securityGroups, String availabilityZone, Integer startTimeout, String keyPairName, Integer numExecutors, String jvmOptions, String fsRoot, LauncherFactory launcherFactory, List<? extends NodeProperty<?>> nodeProperties, Integer retentionTime, Boolean configDrive) -
Uses of LauncherFactory in jenkins.plugins.openstack.compute.slaveopts
Subclasses of LauncherFactory in jenkins.plugins.openstack.compute.slaveoptsModifier and TypeClassDescriptionstatic final class
Wait for JNLP connection to be made.static final class
Launch nodes via ssh-slaves plugin.static final class
No slave type specified.Fields in jenkins.plugins.openstack.compute.slaveopts declared as LauncherFactoryMethods in jenkins.plugins.openstack.compute.slaveopts that return LauncherFactoryModifier and TypeMethodDescriptionLauncherFactory.JNLP.Desc.newInstance
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) LauncherFactory.Unspecified.Desc.newInstance
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)