| Package | Description |
|---|---|
| jenkins.plugins.openstack.compute |
| Modifier and Type | Field and Description |
|---|---|
JCloudsCloud.SlaveType |
JCloudsSlaveTemplate.slaveType |
| Modifier and Type | Method and Description |
|---|---|
JCloudsCloud.SlaveType |
JCloudsSlave.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.
|
| Constructor and Description |
|---|
JCloudsSlave(String cloudName,
String fsRoot,
org.openstack4j.model.compute.Server metadata,
String labelString,
String numExecutors,
int overrideRetentionTime,
String jvmOptions,
String credentialsId,
JCloudsCloud.SlaveType slaveType)
Constructs a new slave.
|
JCloudsSlaveTemplate(String name,
String imageId,
String hardwareId,
String labelString,
String userDataId,
String numExecutors,
String jvmOptions,
String fsRoot,
boolean installPrivateKey,
int overrideRetentionTime,
String keyPairName,
String networkId,
String securityGroups,
String credentialsId,
JCloudsCloud.SlaveType slaveType,
String availabilityZone) |
Copyright © 2004-2016. All Rights Reserved.