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.BaseStandardCredentialsDescriptor
ApiKey.NameProvider
com.cloudbees.plugins.credentials.common.IdCredentials.Helpers
ExtensionPoint.LegacyInstancesAreScopedToHudson
UUID_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, hashCode
getDescriptor, getScope
clone, 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
IOException
Copyright © 2016–2024. All rights reserved.