Package | Description |
---|---|
jenkins.plugins.openstack.compute |
Modifier and Type | Method and Description |
---|---|
JCloudsCloud.SlaveType |
JCloudsSlave.getSlaveType() |
JCloudsCloud.SlaveType |
SlaveOptions.getSlaveType() |
static JCloudsCloud.SlaveType |
JCloudsCloud.SlaveType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCloudsCloud.SlaveType[] |
JCloudsCloud.SlaveType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SlaveOptions.Builder |
SlaveOptions.Builder.slaveType(JCloudsCloud.SlaveType slaveType) |
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,
String credentialsId,
JCloudsCloud.SlaveType slaveType,
Integer retentionTime) |
Copyright © 2004-2016. All Rights Reserved.