Uses of Interface
com.atlassian.bamboo.user.BambooUser
Package
Description
-
Uses of BambooUser in com.atlassian.bamboo.brokenbuildtracker.ui
Modifier and TypeMethodDescription@Nullable BambooUser
ViewTrackingForBuildResult.getUserByName
(String username) -
Uses of BambooUser in com.atlassian.bamboo.configuration
Modifier and TypeMethodDescriptionboolean
AbstractPermissionAction.hasEditPermissionForUser
(BambooUser user) -
Uses of BambooUser in com.atlassian.bamboo.notification
Modifier and TypeMethodDescription@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@NotNull List<UsersNotification>
NotificationManagerImpl.getNotificationRulesForUser
(@NotNull BambooUser user) -
Uses of BambooUser in com.atlassian.bamboo.security
Modifier and TypeMethodDescriptionImpersonationHelper.runAs
(@NotNull BambooUser user, BambooRunnables.ThrowingX<E1, E2, E3> runnable) -
Uses of BambooUser in com.atlassian.bamboo.user
Modifier and TypeMethodDescriptionBambooUserManager.addUser
(String username, String password, boolean enabled, String email, String fullName, String jabberAddress, List<String> selectedGroups, @NotNull List<Long> authors) 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 paramsBambooUserManager.addUser
(String username, String password, String email, String fullName, String jabberAddress, List<String> selectedGroups, @NotNull List<Long> authors) 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 paramsBambooUserManagerImpl.addUser
(String username, String password, boolean enabled, String email, String fullName, String jabberAddress, List<String> groups, @NotNull List<Long> authors) BambooUserManagerImpl.addUser
(String username, String password, String email, String fullName, String jabberAddress, List<String> groups) BambooUserManagerImpl.addUser
(String username, String password, String email, String fullName, String jabberAddress, List<String> groups, @NotNull List<Long> authors) BambooUserManagerImpl.addUser
(String username, String password, String email, String fullName, String jabberAddress, List<String> groups, ExtendedAuthor author) @Nullable BambooUser
BambooUserManager.findUserWithJabberAddress
(@NotNull String jabberAddress) Searches for user using specified jabberAddress.BambooUserManagerImpl.findUserWithJabberAddress
(@NotNull String jabberAddress) @Nullable BambooUser
BambooUserManager.getBambooUser
(@NotNull AccessToken accessToken) Returns aBambooUser
with filled accessToken@Nullable BambooUser
BambooUserManager.getBambooUser
(@Nullable com.atlassian.user.User user) Returns aBambooUser
given aUser
@Nullable BambooUser
BambooUserManager.getBambooUser
(String username) Returns aBambooUser
of the given usernameBambooUserManagerImpl.getBambooUser
(@NotNull AccessToken accessToken) @Nullable BambooUser
BambooUserManagerImpl.getBambooUser
(@Nullable com.atlassian.user.User user) @Nullable BambooUser
BambooUserManagerImpl.getBambooUser
(String username) BambooUserManager.injectUser
(@NotNull BambooUser user) A variation of addUser which inserts the encryptedPassword instead - used for importingBambooUserManagerImpl.injectUser
(@NotNull BambooUser user) BambooUserManager.loadUserByUsername
(String username) Currently should NOT be called during setup/upgrade.BambooUserManagerImpl.loadUserByUsername
(String username) Modifier and TypeMethodDescriptionBambooUserManager.injectUser
(@NotNull BambooUser user) A variation of addUser which inserts the encryptedPassword instead - used for importingBambooUserManagerImpl.injectUser
(@NotNull BambooUser user) -
Uses of BambooUser in com.atlassian.bamboo.ww2
Modifier and TypeMethodDescription@Nullable BambooUser
FreemarkerContext.getBambooUser
(@Nullable String username) BambooActionSupport.getSessionUser
(String auth) -
Uses of BambooUser in com.atlassian.bamboo.ww2.actions.admin.user
Modifier and TypeMethodDescriptionConfigureProfile.getCurrentUser()
@Nullable BambooUser
ConfigureUser.getCurrentUser()
ViewUserDetailsAdminAction.getUser()
-
Uses of BambooUser in com.atlassian.bamboo.ww2.actions.user
-
Uses of BambooUser in com.atlassian.bamboo.xmpp.commands
-
Uses of BambooUser in com.atlassian.seraph.filter
Modifier and TypeMethodDescriptionprotected void
AccessTokenLoginFilter.putPrincipalInSessionContext
(javax.servlet.http.HttpServletRequest httpServletRequest, BambooUser principal)