public class DevOpsSecretsVaultConfiguration extends AbstractDescribableImpl<DevOpsSecretsVaultConfiguration> implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
DevOpsSecretsVaultConfiguration.DescriptorImpl |
Constructor and Description |
---|
DevOpsSecretsVaultConfiguration() |
DevOpsSecretsVaultConfiguration(String thycoticCredentialId)
Constructor bound to config.jelly to create a new Configuration based on the auth credential to the vault
|
Modifier and Type | Method and Description |
---|---|
String |
getThycoticCredentialId() |
DevOpsSecretsVaultConfiguration |
mergeWithParent(DevOpsSecretsVaultConfiguration parent)
Create a new config and pull the parent auth credential if the current config does not have
the auth credential set
|
void |
setThycoticCredentialId(String thycoticCredentialId) |
getDescriptor
public DevOpsSecretsVaultConfiguration()
@DataBoundConstructor public DevOpsSecretsVaultConfiguration(String thycoticCredentialId)
public String getThycoticCredentialId()
@DataBoundSetter public void setThycoticCredentialId(String thycoticCredentialId)
public DevOpsSecretsVaultConfiguration mergeWithParent(DevOpsSecretsVaultConfiguration parent)
parent
- parent DevOpsSecretsVaultConfigurationCopyright © 2016–2019. All rights reserved.