public class DefaultCheckmarxApiToken extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials implements CheckmarxApiToken
CheckmarxApiToken for use by Jenkins CredentialsProvider
instances that store Secret locally.| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultCheckmarxApiToken.DefaultCheckmarxApiTokenDescriptor |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptorCheckmarxApiToken.NameProvider| Constructor and Description |
|---|
DefaultCheckmarxApiToken(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
@NonNull String clientId,
@NonNull String secret) |
| Modifier and Type | Method and Description |
|---|---|
@NonNull String |
getClientId() |
@NonNull hudson.util.Secret |
getToken() |
equals, getDescription, getId, hashCodegetDescriptor, getScopeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait@NonNull public @NonNull String getClientId()
getClientId in interface CheckmarxApiToken@NonNull public @NonNull hudson.util.Secret getToken()
getToken in interface CheckmarxApiTokenCopyright © 2021–2022. All rights reserved.