Interface NPMCredentials
-
- All Superinterfaces:
com.cloudbees.plugins.credentials.Credentials
,hudson.model.Describable<com.cloudbees.plugins.credentials.Credentials>
,hudson.ExtensionPoint
,com.cloudbees.plugins.credentials.common.IdCredentials
,java.io.Serializable
,com.cloudbees.plugins.credentials.common.StandardCredentials
- All Known Implementing Classes:
NPMCredentialsImplementation
public interface NPMCredentials extends com.cloudbees.plugins.credentials.common.StandardCredentials
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description hudson.util.Secret
getPassword()
java.lang.String
getRegistry()
java.lang.String
getUserEmail()
java.lang.String
getUsername()
-