Class SpotTokenCredentialsImpl
- java.lang.Object
-
- com.cloudbees.plugins.credentials.BaseCredentials
-
- com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
-
- hudson.plugins.spotinst.credentials.SpotTokenCredentialsImpl
-
- All Implemented Interfaces:
com.cloudbees.plugins.credentials.common.IdCredentials
,com.cloudbees.plugins.credentials.common.StandardCredentials
,com.cloudbees.plugins.credentials.Credentials
,ExtensionPoint
,Describable<com.cloudbees.plugins.credentials.Credentials>
,SpotTokenCredentials
,Serializable
public class SpotTokenCredentialsImpl extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials implements SpotTokenCredentials
Created by Liron Arad on 07/10/2021.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SpotTokenCredentialsImpl.DescriptorImpl
-
Nested classes/interfaces inherited from class com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptor
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Nested classes/interfaces inherited from interface com.cloudbees.plugins.credentials.common.IdCredentials
com.cloudbees.plugins.credentials.common.IdCredentials.Helpers
-
Nested classes/interfaces inherited from interface hudson.plugins.spotinst.credentials.SpotTokenCredentials
SpotTokenCredentials.NameProvider
-
-
Constructor Summary
Constructors Constructor Description SpotTokenCredentialsImpl(String id, String description, Secret secret, com.cloudbees.plugins.credentials.CredentialsScope scope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getId()
Secret
getSecret()
-
Methods inherited from class com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
equals, getDescription, hashCode
-
Methods inherited from class com.cloudbees.plugins.credentials.BaseCredentials
getDescriptor, getScope
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
getSecret
public Secret getSecret()
- Specified by:
getSecret
in interfaceSpotTokenCredentials
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceSpotTokenCredentials
-
getId
@NonNull public String getId()
- Specified by:
getId
in interfacecom.cloudbees.plugins.credentials.common.IdCredentials
- Overrides:
getId
in classcom.cloudbees.plugins.credentials.impl.BaseStandardCredentials
-
-