@Extension @Symbol(value="devOpsSecretsVault") public class VaultConfiguration extends GlobalConfiguration
Descriptor.FormException, Descriptor.PropertyType, Descriptor.SelfExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ENVIRONMENT_VARIABLE_PREFIX |
static String |
DEFAULT_TLD |
clazz| Constructor and Description |
|---|
VaultConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ListBoxModel |
doFillCredentialIdItems(Item item) |
static VaultConfiguration |
get()
Calls hudson.ExtensionList#lookupSingleton(VaultConfiguration.class)
to get the singleton instance of this class which is how the Jenkins
documentation recommends that it be accessed.
|
String |
getCredentialId() |
String |
getEnvironmentVariablePrefix() |
String |
getTenant() |
String |
getTld() |
void |
setCredentialId(String credentialId) |
void |
setEnvironmentVariablePrefix(String environmentVariablePrefix) |
void |
setTenant(String tenant) |
void |
setTld(String tld) |
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 DEFAULT_ENVIRONMENT_VARIABLE_PREFIX
public static final String DEFAULT_TLD
public static VaultConfiguration get()
public ListBoxModel doFillCredentialIdItems(@AncestorInPath Item item)
public String getCredentialId()
@DataBoundSetter public void setCredentialId(String credentialId)
public String getEnvironmentVariablePrefix()
@DataBoundSetter public void setEnvironmentVariablePrefix(String environmentVariablePrefix)
public String getTenant()
@DataBoundSetter public void setTenant(String tenant)
public String getTld()
@DataBoundSetter public void setTld(String tld)
Copyright © 2016–2021. All rights reserved.