Interface HTTPProxyCredentials

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:
HTTPProxyCredentialsImpl

@NameWith(NameProvider.class)
public interface HTTPProxyCredentials
extends com.cloudbees.plugins.credentials.common.StandardCredentials
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static class  HTTPProxyCredentials.NameProvider  

    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
  • Method Summary

    Modifier and Type Method Description
    String getHost()  
    Secret getPassword()  
    String getPort()  
    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 Details

    • getHost

      String getHost()
    • getPort

      String getPort()
    • getUsername

      String getUsername()
    • getPassword

      Secret getPassword()