@Extension @Symbol(value="azureWebAppPublish") public static final class WebAppDeploymentRecorder.DescriptorImpl extends BaseDeploymentRecorder.DescriptorImpl
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckFilePath(hudson.model.Item owner,
String value,
String azureCredentialsId,
String resourceGroup,
String appName) |
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) |
String |
doIsWebAppOnLinux(hudson.model.Item owner,
String azureCredentialsId,
String resourceGroup,
String appName) |
hudson.util.FormValidation |
doVerifyConfiguration(hudson.model.Item owner,
String url,
String credentialsId) |
String |
getDisplayName() |
org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint.DescriptorImpl |
getDockerRegistryEndpointDescriptor() |
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 org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint.DescriptorImpl getDockerRegistryEndpointDescriptor()
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 doVerifyConfiguration(@AncestorInPath
hudson.model.Item owner,
@QueryParameter
String url,
@QueryParameter
String credentialsId)
public hudson.util.FormValidation doCheckFilePath(@AncestorInPath
hudson.model.Item owner,
@QueryParameter
String value,
@QueryParameter
String azureCredentialsId,
@QueryParameter
String resourceGroup,
@QueryParameter
String appName)
Copyright © 2016–2021. All rights reserved.