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.jclouds.compute.domain.NodeMetadata metadata,
String labelString,
String numExecutors,
boolean stopOnTerminate,
int overrideRetentionTime,
String jvmOptions,
String credentialsId,
JCloudsCloud.SlaveType slaveType)
Constructs a new slave from JCloud's NodeMetadata
|
JCloudsSlave(String cloudName,
String name,
String remoteFS,
String numExecutors,
hudson.model.Node.Mode mode,
String labelString,
hudson.slaves.ComputerLauncher launcher,
hudson.slaves.RetentionStrategy retentionStrategy,
List<? extends hudson.slaves.NodeProperty<?>> nodeProperties,
boolean stopOnTerminate,
int overrideRetentionTime,
String jvmOptions,
String credentialsId,
JCloudsCloud.SlaveType slaveType) |
JCloudsSlaveTemplate(String name,
String imageId,
String hardwareId,
String labelString,
String userDataId,
String numExecutors,
boolean stopOnTerminate,
String jvmOptions,
String fsRoot,
boolean installPrivateKey,
int overrideRetentionTime,
String keyPairName,
String networkId,
String securityGroups,
String credentialsId,
JCloudsCloud.SlaveType slaveType) |
Copyright © 2004-2015. All Rights Reserved.