public class HTTPProxyCredentialsImpl extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials implements HTTPProxyCredentials
| Modifier and Type | Class and Description |
|---|---|
static class |
HTTPProxyCredentialsImpl.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptorHTTPProxyCredentials.NameProvider| Constructor and Description |
|---|
HTTPProxyCredentialsImpl(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
String host,
String port,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
hudson.util.Secret |
getPassword() |
String |
getPort() |
String |
getUsername() |
equals, getDescription, getId, hashCodegetDescriptor, getScopeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait@DataBoundConstructor public HTTPProxyCredentialsImpl(@CheckForNull com.cloudbees.plugins.credentials.CredentialsScope scope, @CheckForNull String id, @CheckForNull String description, @CheckForNull String host, @CheckForNull String port, @CheckForNull String username, @CheckForNull String password)
public String getHost()
getHost in interface HTTPProxyCredentialspublic String getPort()
getPort in interface HTTPProxyCredentialspublic String getUsername()
getUsername in interface HTTPProxyCredentialspublic hudson.util.Secret getPassword()
getPassword in interface HTTPProxyCredentialsCopyright © 2016–2019. All rights reserved.