@Extension @Symbol(value="azureWebAppSwapSlots") public static final class WebAppSwapSlotsRecorder.DescriptorImpl extends BaseDeploymentRecorder.DescriptorImpl
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckTargetSlotName(String sourceSlotName,
String targetSlotName) |
hudson.util.ListBoxModel |
doFillAppNameItems(hudson.model.Item owner,
String azureCredentialsId,
String resourceGroup) |
hudson.util.ListBoxModel |
doFillAzureCredentialsIdItems(hudson.model.Item owner) |
hudson.util.ListBoxModel |
doFillResourceGroupItems(hudson.model.Item owner,
String azureCredentialsId) |
hudson.util.ListBoxModel |
doFillSourceSlotNameItems(hudson.model.Item owner,
String azureCredentialsId,
String resourceGroup,
String appName) |
hudson.util.ListBoxModel |
doFillTargetSlotNameItems(hudson.model.Item owner,
String azureCredentialsId,
String resourceGroup,
String appName) |
String |
getDisplayName() |
isApplicable, listAppNameItems, listAzureCredentialsIdItems, listResourceGroupItems, listResourceGroupItemsaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public hudson.util.ListBoxModel doFillAzureCredentialsIdItems(@AncestorInPath
hudson.model.Item owner)
public hudson.util.ListBoxModel doFillResourceGroupItems(@AncestorInPath
hudson.model.Item owner,
@QueryParameter
String azureCredentialsId)
public hudson.util.ListBoxModel doFillAppNameItems(@AncestorInPath
hudson.model.Item owner,
@QueryParameter
String azureCredentialsId,
@QueryParameter
String resourceGroup)
public hudson.util.FormValidation doCheckTargetSlotName(@QueryParameter
String sourceSlotName,
@QueryParameter
String targetSlotName)
public hudson.util.ListBoxModel doFillSourceSlotNameItems(@AncestorInPath
hudson.model.Item owner,
@QueryParameter
String azureCredentialsId,
@QueryParameter
String resourceGroup,
@QueryParameter
String appName)
Copyright © 2016–2021. All rights reserved.