Package | Description |
---|---|
jenkins.plugins.openstack.compute | |
jenkins.plugins.openstack.compute.slaveopts |
Modifier and Type | Method and Description |
---|---|
BootSource |
SlaveOptions.getBootSource() |
Modifier and Type | Method and Description |
---|---|
SlaveOptions.Builder |
SlaveOptions.Builder.bootSource(BootSource bootSource) |
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 |
BootSource.Image |
static class |
BootSource.Unspecified
No boot source specified.
|
static class |
BootSource.VolumeFromImage |
static class |
BootSource.VolumeSnapshot |
Modifier and Type | Method and Description |
---|---|
BootSource |
BootSource.Unspecified.Desc.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
Copyright © 2016–2020. All rights reserved.