Package | Description |
---|---|
jenkins.plugins.openstack.compute | |
jenkins.plugins.openstack.compute.slaveopts |
Modifier and Type | Method and Description |
---|---|
LauncherFactory |
SlaveOptions.getLauncherFactory() |
LauncherFactory |
JCloudsSlave.getLauncherFactory() |
Modifier and Type | Method and Description |
---|---|
SlaveOptions.Builder |
SlaveOptions.Builder.launcherFactory(LauncherFactory launcherFactory) |
Constructor and Description |
---|
SlaveOptions(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 hudson.slaves.NodeProperty<?>> nodeProperties,
Integer retentionTime,
Boolean configDrive) |
Modifier and Type | Class and Description |
---|---|
static class |
LauncherFactory.JNLP
Wait for JNLP connection to be made.
|
static class |
LauncherFactory.SSH
Launch nodes via ssh-slaves plugin.
|
static class |
LauncherFactory.Unspecified
No slave type specified.
|
Modifier and Type | Field and Description |
---|---|
static LauncherFactory |
LauncherFactory.JNLP.JNLP |
Modifier and Type | Method and Description |
---|---|
LauncherFactory |
LauncherFactory.JNLP.Desc.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
LauncherFactory |
LauncherFactory.Unspecified.Desc.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
Copyright © 2016–2020. All rights reserved.