Modifier and Type | Method and Description |
---|---|
BambooUser |
ViewTrackingForBuildResult.getUserByName(String username) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractPermissionAction.hasEditPermissionForUser(BambooUser user) |
Modifier and Type | Method and Description |
---|---|
List<UsersNotification> |
NotificationManagerImpl.getNotificationRulesForUser(BambooUser user) |
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 | Class and Description |
---|---|
class |
DefaultBambooUser |
Modifier and Type | Method and Description |
---|---|
BambooUser |
BambooUserManagerImpl.addUser(String username,
String password,
boolean enabled,
String email,
String fullName,
String jabberAddress,
List<String> groups,
List<Long> authors) |
BambooUser |
BambooUserManager.addUser(String username,
String password,
boolean enabled,
String email,
String fullName,
String jabberAddress,
List<String> selectedGroups,
List<Long> authors) |
BambooUser |
BambooUserManagerImpl.addUser(String username,
String password,
String email,
String fullName,
String jabberAddress,
List<String> groups) |
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 |
BambooUserManagerImpl.addUser(String username,
String password,
String email,
String fullName,
String jabberAddress,
List<String> groups,
ExtendedAuthor author) |
BambooUser |
BambooUserManager.addUser(String username,
String password,
String email,
String fullName,
String jabberAddress,
List<String> selectedGroups,
ExtendedAuthor author)
Method that extends the standard addUser methods to also add Bamboo specific params
|
BambooUser |
BambooUserManagerImpl.addUser(String username,
String password,
String email,
String fullName,
String jabberAddress,
List<String> groups,
List<Long> authors) |
BambooUser |
BambooUserManager.addUser(String username,
String password,
String email,
String fullName,
String jabberAddress,
List<String> selectedGroups,
List<Long> authors) |
BambooUser |
BambooUserManagerImpl.findUserWithJabberAddress(String jabberAddress) |
BambooUser |
BambooUserManager.findUserWithJabberAddress(String jabberAddress)
Searches for user using specified jabberAddress.
|
BambooUser |
BambooUserManagerImpl.getBambooUser(AccessToken accessToken) |
BambooUser |
BambooUserManager.getBambooUser(AccessToken accessToken)
Returns a
BambooUser with filled accessToken |
BambooUser |
BambooUserManagerImpl.getBambooUser(String username) |
BambooUser |
BambooUserManager.getBambooUser(String username)
Returns a
BambooUser of the given username |
BambooUser |
BambooUserManagerImpl.getBambooUser(com.atlassian.user.User user) |
BambooUser |
BambooUserManager.getBambooUser(com.atlassian.user.User user)
Returns a
BambooUser given a User |
BambooUser |
BambooUserManagerImpl.injectUser(BambooUser user) |
BambooUser |
BambooUserManager.injectUser(BambooUser user)
A variation of addUser which inserts the encryptedPassword instead - used for importing
|
BambooUser |
BambooUserManagerImpl.loadUserByUsername(String username) |
BambooUser |
BambooUserManager.loadUserByUsername(String username)
Currently should NOT be called during setup/upgrade.
|
Modifier and Type | Method and Description |
---|---|
BambooUser |
BambooUserManagerImpl.injectUser(BambooUser user) |
BambooUser |
BambooUserManager.injectUser(BambooUser user)
A variation of addUser which inserts the encryptedPassword instead - used for importing
|
Modifier and Type | Method and Description |
---|---|
BambooUser |
FreemarkerContext.getBambooUser(String username) |
BambooUser |
BambooActionSupport.getSessionUser(String auth) |
Modifier and Type | Method and Description |
---|---|
BambooUser |
ConfigureUser.getCurrentUser() |
BambooUser |
ConfigureProfile.getCurrentUser() |
BambooUser |
ViewUserDetailsAdminAction.getUser() |
Modifier and Type | Method and Description |
---|---|
BambooUser |
ViewUserSummary.getCurrentUser() |
Modifier and Type | Method and Description |
---|---|
String |
AddLabel.run(Map<String,String> context,
BambooUser user) |
String |
AddComment.run(Map<String,String> context,
BambooUser user) |
String |
SmackCommand.run(Map<String,String> context,
BambooUser user) |
String |
SimpleSmackCommand.run(Map context,
BambooUser user) |
Modifier and Type | Method and Description |
---|---|
protected void |
AccessTokenLoginFilter.putPrincipalInSessionContext(javax.servlet.http.HttpServletRequest httpServletRequest,
BambooUser principal) |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.