public final class StringCredentialsImpl extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials implements StringCredentials
| Modifier and Type | Class and Description |
|---|---|
static class |
StringCredentialsImpl.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptorStringCredentials.NameProvider| Constructor and Description |
|---|
StringCredentialsImpl(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
hudson.util.Secret secret) |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.Secret |
getSecret()
Returns the wrapped secret value.
|
equals, getDescription, getId, hashCodegetDescriptor, getScopeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait@DataBoundConstructor public StringCredentialsImpl(@CheckForNull com.cloudbees.plugins.credentials.CredentialsScope scope, @CheckForNull String id, @CheckForNull String description, @Nonnull hudson.util.Secret secret)
public hudson.util.Secret getSecret()
StringCredentialsgetSecret in interface StringCredentialsCopyright © 2016–2020. All rights reserved.