Uses of Class
org.jenkinsci.plugins.vSphereCloudSlaveTemplate
Packages that use vSphereCloudSlaveTemplate
-
Uses of vSphereCloudSlaveTemplate in org.jenkinsci.plugins
Methods in org.jenkinsci.plugins that return types with arguments of type vSphereCloudSlaveTemplateModifier and TypeMethodDescriptionvSphereCloudSlaveTemplate.getDescriptor()List<? extends vSphereCloudSlaveTemplate> vSphereCloud.getTemplates()Constructor parameters in org.jenkinsci.plugins with type arguments of type vSphereCloudSlaveTemplateModifierConstructorDescriptionvSphereCloud(VSphereConnectionConfig vsConnectionConfig, String vsDescription, int maxOnlineSlaves, int instanceCap, List<? extends vSphereCloudSlaveTemplate> templates) -
Uses of vSphereCloudSlaveTemplate in org.jenkinsci.plugins.vsphere.tools
Methods in org.jenkinsci.plugins.vsphere.tools that return vSphereCloudSlaveTemplateMethods in org.jenkinsci.plugins.vsphere.tools with parameters of type vSphereCloudSlaveTemplateModifier and TypeMethodDescriptionCloudProvisioningState.getOrCreateRecord(vSphereCloudSlaveTemplate template) Gets the record for the given template.voidCloudProvisioningState.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.Method parameters in org.jenkinsci.plugins.vsphere.tools with type arguments of type vSphereCloudSlaveTemplateModifier and TypeMethodDescriptionCloudProvisioningState.calculateProvisionableTemplates(Iterable<vSphereCloudSlaveTemplate> templates) Given a set of templates, returns the equivalent records.