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 class
CheckmarxApiToken.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 String
getClientId()
@NonNull Secret
getToken()
-
-
-
Method Detail
-
getClientId
@NonNull @NonNull String getClientId() throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
getToken
@NonNull @NonNull Secret getToken() throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-