Interface CheckmarxApiToken
-
- All Superinterfaces:
com.cloudbees.plugins.credentials.Credentials,Describable<com.cloudbees.plugins.credentials.Credentials>,ExtensionPoint,com.cloudbees.plugins.credentials.common.IdCredentials,Serializable,com.cloudbees.plugins.credentials.common.StandardCredentials
- All Known Implementing Classes:
DefaultCheckmarxApiToken
@NameWith(value=NameProvider.class, priority=1) public interface CheckmarxApiToken extends com.cloudbees.plugins.credentials.common.StandardCredentials
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCheckmarxApiToken.NameProvider-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull StringgetClientId()@NonNull SecretgetToken()
-
-
-
Method Detail
-
getClientId
@NonNull @NonNull String getClientId() throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
getToken
@NonNull @NonNull Secret getToken() throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
-