| Modifier and Type | Method and Description |
|---|---|
@Nullable BambooUser |
ViewTrackingForBuildResult.getUserByName(String username) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractPermissionAction.hasEditPermissionForUser(BambooUser user) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull List<UsersNotification> |
NotificationManagerImpl.getNotificationRulesForUser(@NotNull BambooUser user) |
@NotNull List<UsersNotification> |
NotificationManager.getNotificationRulesForUser(@NotNull 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(@NotNull 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,
@NotNull List<Long> authors) |
BambooUser |
BambooUserManager.addUser(String username,
String password,
boolean enabled,
String email,
String fullName,
String jabberAddress,
List<String> selectedGroups,
@NotNull 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,
@NotNull List<Long> authors) |
BambooUser |
BambooUserManager.addUser(String username,
String password,
String email,
String fullName,
String jabberAddress,
List<String> selectedGroups,
@NotNull List<Long> authors) |
BambooUser |
BambooUserManagerImpl.findUserWithJabberAddress(@NotNull String jabberAddress) |
@Nullable BambooUser |
BambooUserManager.findUserWithJabberAddress(@NotNull String jabberAddress)
Searches for user using specified jabberAddress.
|
BambooUser |
BambooUserManagerImpl.getBambooUser(@NotNull AccessToken accessToken) |
@Nullable BambooUser |
BambooUserManager.getBambooUser(@NotNull AccessToken accessToken)
Returns a
BambooUser with filled accessToken |
@Nullable BambooUser |
BambooUserManagerImpl.getBambooUser(String username) |
@Nullable BambooUser |
BambooUserManager.getBambooUser(String username)
Returns a
BambooUser of the given username |
@Nullable BambooUser |
BambooUserManagerImpl.getBambooUser(@Nullable com.atlassian.user.User user) |
@Nullable BambooUser |
BambooUserManager.getBambooUser(@Nullable com.atlassian.user.User user)
Returns a
BambooUser given a User |
BambooUser |
BambooUserManagerImpl.injectUser(@NotNull BambooUser user) |
BambooUser |
BambooUserManager.injectUser(@NotNull 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(@NotNull BambooUser user) |
BambooUser |
BambooUserManager.injectUser(@NotNull BambooUser user)
A variation of addUser which inserts the encryptedPassword instead - used for importing
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable BambooUser |
FreemarkerContext.getBambooUser(@Nullable String username) |
BambooUser |
BambooActionSupport.getSessionUser(String auth) |
| Modifier and Type | Method and Description |
|---|---|
BambooUser |
ConfigureProfile.getCurrentUser() |
@Nullable BambooUser |
ConfigureUser.getCurrentUser() |
BambooUser |
ViewUserDetailsAdminAction.getUser() |
| Modifier and Type | Method and Description |
|---|---|
@Nullable 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 © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.