@Extension @Symbol(value="azureKeyVault") public class AzureKeyVaultGlobalConfiguration extends GlobalConfiguration
Descriptor.FormException, Descriptor.PropertyType, Descriptor.SelfExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
static String |
GENERATED_ID |
clazz| Constructor and Description |
|---|
AzureKeyVaultGlobalConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ListBoxModel |
doFillCredentialIDItems(Item context) |
FormValidation |
doTestConnection(String keyVaultURL,
String credentialID) |
static AzureKeyVaultGlobalConfiguration |
get() |
String |
getCredentialID() |
String |
getKeyVaultURL() |
void |
setCredentialID(String credentialID) |
void |
setKeyVaultURL(String keyVaultURL) |
all, configure, getDescriptor, getGlobalConfigPageaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic static final String GENERATED_ID
public String getKeyVaultURL()
@DataBoundSetter public void setKeyVaultURL(String keyVaultURL)
public String getCredentialID()
@DataBoundSetter public void setCredentialID(String credentialID)
@POST public FormValidation doTestConnection(@QueryParameter(value="keyVaultURL") String keyVaultURL, @QueryParameter(value="credentialID") String credentialID)
@POST public ListBoxModel doFillCredentialIDItems(@AncestorInPath Item context)
public static AzureKeyVaultGlobalConfiguration get()
Copyright © 2016–2021. All rights reserved.