@Extension
@Symbol(value="azureKeyVault")
public class AzureKeyVaultGlobalConfiguration
extends jenkins.model.GlobalConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
GENERATED_ID |
| Constructor and Description |
|---|
AzureKeyVaultGlobalConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.ListBoxModel |
doFillCredentialIDItems(hudson.model.Item context) |
hudson.util.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, 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 hudson.util.FormValidation doTestConnection(@QueryParameter(value="keyVaultURL")
String keyVaultURL,
@QueryParameter(value="credentialID")
String credentialID)
@POST
public hudson.util.ListBoxModel doFillCredentialIDItems(@AncestorInPath
hudson.model.Item context)
public static AzureKeyVaultGlobalConfiguration get()
Copyright © 2016–2020. All rights reserved.