public class SecretStringCredentials extends BaseSecretCredentials implements org.jenkinsci.plugins.plaincredentials.StringCredentials
Modifier and Type | Class and Description |
---|---|
static class |
SecretStringCredentials.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptor
org.jenkinsci.plugins.plaincredentials.StringCredentials.NameProvider
Constructor and Description |
---|
SecretStringCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
String servicePrincipalId,
String secretIdentifier) |
Modifier and Type | Method and Description |
---|---|
hudson.util.Secret |
getSecret() |
getCredentialId, getKeyVaultSecret, getSecretIdentifier, getServicePrincipalId
equals, getDescription, getId, hashCode
getDescriptor, getScope
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
@Nonnull public hudson.util.Secret getSecret()
getSecret
in interface org.jenkinsci.plugins.plaincredentials.StringCredentials
Copyright © 2016–2020. All rights reserved.