- getAccount(String) - Method in class com.cloudbees.plugins.credentials.cloudbees.AbstractCloudBeesUser
-
Returns the named CloudBees account or null if not found.
- getAccount(String) - Method in interface com.cloudbees.plugins.credentials.cloudbees.CloudBeesUser
-
Returns the named CloudBees account or null if not found.
- getAccountApiKey() - Method in interface com.cloudbees.plugins.credentials.cloudbees.CloudBeesUserWithAccountApiKey
-
Returns the account-level api key.
- getAccounts() - Method in interface com.cloudbees.plugins.credentials.cloudbees.CloudBeesUser
-
Returns the CloudBees accounts that this user belongs to.
- getAPIKey() - Method in interface com.cloudbees.plugins.credentials.cloudbees.CloudBeesUser
-
Returns the API key for the user.
- getAPISecret() - Method in interface com.cloudbees.plugins.credentials.cloudbees.CloudBeesUser
-
Returns the Secret key for the user.
- getDisplayName() - Method in interface com.cloudbees.plugins.credentials.cloudbees.CloudBeesAccount
-
Returns the display name of the account.
- getDisplayName() - Method in interface com.cloudbees.plugins.credentials.cloudbees.CloudBeesUser
-
Returns the full name of the user that the account belongs to (or
CloudBeesUser.getName() if that is not available).
- getName() - Method in interface com.cloudbees.plugins.credentials.cloudbees.CloudBeesAccount
-
Returns the account name.
- getName() - Method in interface com.cloudbees.plugins.credentials.cloudbees.CloudBeesUser
-
Returns the email address of the user (which is the name they login to CloudBees with).
- getPassword() - Method in interface com.cloudbees.plugins.credentials.cloudbees.CloudBeesUserWithPassword
-
Returns the password for the user.
- getUID() - Method in interface com.cloudbees.plugins.credentials.cloudbees.CloudBeesUser
-
Returns the UID of the user.
- getUsername() - Method in interface com.cloudbees.plugins.credentials.cloudbees.CloudBeesUserWithPassword
-
Returns the Forge username for the user.