public class CloudBeesUserImpl
extends com.cloudbees.plugins.credentials.cloudbees.AbstractCloudBeesUser
implements com.cloudbees.plugins.credentials.cloudbees.CloudBeesUserWithPassword
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudBeesUserImpl.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static ExecutorService |
threadPoolForUpdating |
| Constructor and Description |
|---|
CloudBeesUserImpl(com.cloudbees.plugins.credentials.CredentialsScope scope,
String name,
String password) |
| Modifier and Type | Method and Description |
|---|---|
static void |
addProxyServer(com.ning.http.client.RequestBuilder builder) |
List<com.cloudbees.plugins.credentials.cloudbees.CloudBeesAccount> |
getAccounts() |
String |
getAPIKey() |
hudson.util.Secret |
getAPISecret() |
String |
getDisplayName() |
String |
getName() |
hudson.util.Secret |
getPassword() |
String |
getUID() |
String |
getUsername() |
equals, getAccount, hashCodegetDescriptor, getScopeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitpublic static final ExecutorService threadPoolForUpdating
public String getName()
getName in interface com.cloudbees.plugins.credentials.cloudbees.CloudBeesUserpublic String getDisplayName()
getDisplayName in interface com.cloudbees.plugins.credentials.cloudbees.CloudBeesUserpublic hudson.util.Secret getPassword()
getPassword in interface com.cloudbees.plugins.credentials.cloudbees.CloudBeesUserWithPasswordpublic String getAPIKey()
getAPIKey in interface com.cloudbees.plugins.credentials.cloudbees.CloudBeesUserpublic String getUsername()
getUsername in interface com.cloudbees.plugins.credentials.cloudbees.CloudBeesUserWithPasswordpublic hudson.util.Secret getAPISecret()
getAPISecret in interface com.cloudbees.plugins.credentials.cloudbees.CloudBeesUserpublic String getUID()
getUID in interface com.cloudbees.plugins.credentials.cloudbees.CloudBeesUserpublic List<com.cloudbees.plugins.credentials.cloudbees.CloudBeesAccount> getAccounts()
getAccounts in interface com.cloudbees.plugins.credentials.cloudbees.CloudBeesUserpublic static void addProxyServer(com.ning.http.client.RequestBuilder builder)
Copyright © 2004-2016. All Rights Reserved.