| Package | Description |
|---|---|
| com.microsoftopentechnologies.azure |
| Modifier and Type | Method and Description |
|---|---|
AzureSlaveTemplate |
AzureCloud.getAzureSlaveTemplate(hudson.model.Label label)
Returns slave template associated with the label
|
AzureSlaveTemplate |
AzureCloud.getAzureSlaveTemplate(String name)
Returns slave template associated with the name
|
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<AzureSlaveTemplate> |
AzureSlaveTemplate.getDescriptor() |
List<AzureSlaveTemplate> |
AzureCloud.getInstTemplates() |
| Modifier and Type | Method and Description |
|---|---|
static AzureSlave |
AzureManagementServiceDelegate.createVirtualMachine(AzureSlaveTemplate template)
Handles virtual machine creation in azure as per the configuration in slave template.
|
static ArrayList<com.microsoft.windowsazure.management.compute.models.ResourceExtensionReference> |
AzureManagementServiceDelegate.handleCustomScriptExtension(com.microsoft.windowsazure.Configuration config,
String roleName,
String cloudServiceName,
AzureSlaveTemplate template)
Adds custom script extension
|
static void |
AzureManagementServiceDelegate.handleProvisioningException(Exception ex,
AzureSlaveTemplate template,
String deploymentName)
Handle provisioning errors
|
static void |
AzureTemplateMonitorTask.registerTemplate(AzureSlaveTemplate template) |
static void |
AzureManagementServiceDelegate.setVirtualMachineDetails(AzureSlave azureSlave,
AzureSlaveTemplate template)
Sets properties of virtual machine like IP and ssh port
|
| Constructor and Description |
|---|
AzureCloud(String id,
String subscriptionId,
String serviceManagementCert,
String serviceManagementURL,
String maxVirtualMachinesLimit,
List<AzureSlaveTemplate> instTemplates,
String fileName,
String fileData) |
Copyright © 2004-2014. All Rights Reserved.