Package | Description |
---|---|
jenkins.plugins.openstack.compute | |
jenkins.plugins.openstack.compute.slaveopts |
Modifier and Type | Method and Description |
---|---|
LauncherFactory |
JCloudsSlave.getLauncherFactory() |
LauncherFactory |
SlaveOptions.getLauncherFactory() |
Modifier and Type | Method and Description |
---|---|
SlaveOptions.Builder |
SlaveOptions.Builder.launcherFactory(LauncherFactory launcherFactory) |
Constructor and Description |
---|
SlaveOptions(String imageId,
String hardwareId,
String networkId,
String userDataId,
Integer instanceCap,
String floatingIpPool,
String securityGroups,
String availabilityZone,
Integer startTimeout,
String keyPairName,
Integer numExecutors,
String jvmOptions,
String fsRoot,
LauncherFactory launcherFactory,
Integer retentionTime) |
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–2017. All rights reserved.