public class ApiKeyImpl extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials implements ApiKey
| Modifier and Type | Class and Description |
|---|---|
static class |
ApiKeyImpl.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptorApiKey.NameProvidercom.cloudbees.plugins.credentials.common.IdCredentials.HelpersExtensionPoint.LegacyInstancesAreScopedToHudsonUUID_PATTERN| Constructor and Description |
|---|
ApiKeyImpl(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
Secret apiKey,
String description) |
| Modifier and Type | Method and Description |
|---|---|
Secret |
getApiKey() |
equals, getDescription, getId, hashCodegetDescriptor, getScopeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait@DataBoundConstructor public ApiKeyImpl(@CheckForNull com.cloudbees.plugins.credentials.CredentialsScope scope, @CheckForNull String id, @Nonnull Secret apiKey, @CheckForNull String description) throws IOException
IOExceptionCopyright © 2016–2023. All rights reserved.