Package | Description |
---|---|
org.jenkinsci.plugins | |
org.jenkinsci.plugins.vsphere.tools |
Modifier and Type | Method and Description |
---|---|
Descriptor<vSphereCloudSlaveTemplate> |
vSphereCloudSlaveTemplate.getDescriptor() |
List<? extends vSphereCloudSlaveTemplate> |
vSphereCloud.getTemplates() |
Constructor and Description |
---|
vSphereCloud(VSphereConnectionConfig vsConnectionConfig,
String vsDescription,
int maxOnlineSlaves,
int instanceCap,
List<? extends vSphereCloudSlaveTemplate> templates) |
Modifier and Type | Method and Description |
---|---|
vSphereCloudSlaveTemplate |
CloudProvisioningRecord.getTemplate() |
Modifier and Type | Method and Description |
---|---|
CloudProvisioningRecord |
CloudProvisioningState.getOrCreateRecord(vSphereCloudSlaveTemplate template)
Gets the record for the given template.
|
void |
CloudProvisioningState.recordExistingUnwantedVM(vSphereCloudSlaveTemplate template,
String nodeName)
To be called if we become aware that there is a VM that exist in vSphere
(that we created) which we don't want anymore.
|
Modifier and Type | Method and Description |
---|---|
List<CloudProvisioningRecord> |
CloudProvisioningState.calculateProvisionableTemplates(Iterable<vSphereCloudSlaveTemplate> templates)
Given a set of templates, returns the equivalent records.
|
Copyright © 2016–2022. All rights reserved.