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
      • 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 com.cloudbees.plugins.credentials.common.StandardCredentials

        com.cloudbees.plugins.credentials.common.StandardCredentials.NameProvider
    • 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()  
      • Methods inherited from interface com.cloudbees.plugins.credentials.Credentials

        getDescriptor, getScope
      • Methods inherited from interface com.cloudbees.plugins.credentials.common.IdCredentials

        getId
      • Methods inherited from interface com.cloudbees.plugins.credentials.common.StandardCredentials

        getDescription
    • Method Detail

      • getRegistry

        java.lang.String getRegistry()
      • getUserEmail

        java.lang.String getUserEmail()
      • getUsername

        java.lang.String getUsername()
      • getPassword

        hudson.util.Secret getPassword()