public abstract class AbstractCloudBeesUser extends com.cloudbees.plugins.credentials.BaseCredentials implements CloudBeesUser
CloudBeesUser.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCloudBeesUser() |
protected |
AbstractCloudBeesUser(com.cloudbees.plugins.credentials.CredentialsScope scope) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CloudBeesAccount |
getAccount(String name)
Returns the named CloudBees account or
null if not found. |
int |
hashCode() |
getDescriptor, getScopeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAccounts, getAPIKey, getAPISecret, getDisplayName, getName, getUIDprotected AbstractCloudBeesUser()
protected AbstractCloudBeesUser(com.cloudbees.plugins.credentials.CredentialsScope scope)
public CloudBeesAccount getAccount(String name)
null if not found.getAccount in interface CloudBeesUsername - the CloudBeesAccount.getName() of the account to find.null if not found.Copyright © 2004-2014. All Rights Reserved.