public interface CloudBeesUser
extends com.cloudbees.plugins.credentials.Credentials
| Modifier and Type | Method and Description |
|---|---|
CloudBeesAccount |
getAccount(String name)
Returns the named CloudBees account or
null if not found. |
List<CloudBeesAccount> |
getAccounts()
Returns the CloudBees accounts that this user belongs to.
|
String |
getAPIKey()
Returns the API key for the user.
|
hudson.util.Secret |
getAPISecret()
Returns the Secret key for the user.
|
String |
getDisplayName()
Returns the full name of the user that the account belongs to (or
getName() if that is not available). |
String |
getName()
Returns the email address of the user (which is the name they login to CloudBees with).
|
String |
getUID()
Returns the UID of the user.
|
String getName()
String getDisplayName()
getName() if that is not available).String getAPIKey()
hudson.util.Secret getAPISecret()
String getUID()
List<CloudBeesAccount> getAccounts()
CloudBeesAccount getAccount(String name)
null if not found.name - the CloudBeesAccount.getName() of the account to find.null if not found.Copyright © 2004-2014. All Rights Reserved.