| Package | Description |
|---|---|
| com.atlassian.bamboo.notification | |
| com.atlassian.bamboo.security | |
| com.atlassian.bamboo.user |
| Modifier and Type | Method and Description |
|---|---|
List<UsersNotification> |
NotificationManager.getNotificationRulesForUser(BambooUser user)
Retrieves all notification rules associated with a given user
searches for notification rules:
* assigned to the user
* assigned to a group the user belongs to
* assigned to the user's email or user's im address
* assigned to watchers of a build the user has marked as their favourite
|
| Modifier and Type | Method and Description |
|---|---|
static <E1 extends Throwable,E2 extends Throwable,E3 extends Throwable> |
ImpersonationHelper.runAs(BambooUser user,
BambooRunnables.ThrowingX<E1,E2,E3> runnable) |
| Modifier and Type | Method and Description |
|---|---|
BambooUser |
BambooUserManager.addUser(String username,
String password,
String email,
String fullName,
String jabberAddress,
List<String> groupNames)
Method that extends the standard addUser methods to also add Bamboo specific params
|
BambooUser |
BambooUserManager.addUser(String username,
String password,
String email,
String fullName,
String jabberAddress,
List<String> groupNames,
ExtendedAuthor author)
Method that extends the standard addUser methods to also add Bamboo specific params
|
BambooUser |
BambooUserManager.addUser(String username,
String password,
String email,
String fullName,
String jabberAddress,
List<String> groupNames,
List<Long> authors) |
BambooUser |
BambooUserManager.findUserWithJabberAddress(String jabberAddress)
Searches for user using specified jabberAddress.
|
BambooUser |
BambooUserManager.getBambooUser(String username)
Returns a
BambooUser of the given username |
BambooUser |
BambooUserManager.getBambooUser(com.atlassian.user.User user)
Returns a
BambooUser given a User |
BambooUser |
BambooUserManager.injectUser(BambooUser user)
A variation of addUser which inserts the encryptedPassword instead - used for importing
|
BambooUser |
BambooUserManager.loadUserByUsername(String username)
Currently should NOT be called during setup/upgrade.
|
| Modifier and Type | Method and Description |
|---|---|
BambooUser |
BambooUserManager.injectUser(BambooUser user)
A variation of addUser which inserts the encryptedPassword instead - used for importing
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.