Uses of Interface
com.atlassian.bamboo.user.BambooUser
Packages that use BambooUser
Package
Description
-
Uses of BambooUser in com.atlassian.bamboo.brokenbuildtracker.ui
Methods in com.atlassian.bamboo.brokenbuildtracker.ui that return BambooUserModifier and TypeMethodDescription@Nullable BambooUser
ViewTrackingForBuildResult.getUserByName
(String username) -
Uses of BambooUser in com.atlassian.bamboo.configuration
Methods in com.atlassian.bamboo.configuration with parameters of type BambooUserModifier and TypeMethodDescriptionboolean
AbstractPermissionAction.hasEditPermissionForUser
(BambooUser user) -
Uses of BambooUser in com.atlassian.bamboo.notification
Methods in com.atlassian.bamboo.notification with parameters of type BambooUserModifier 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
Methods in com.atlassian.bamboo.security with parameters of type BambooUserModifier and TypeMethodDescriptionImpersonationHelper.runAs
(@NotNull BambooUser user, BambooRunnables.ThrowingX<E1, E2, E3> runnable) -
Uses of BambooUser in com.atlassian.bamboo.user
Classes in com.atlassian.bamboo.user that implement BambooUserMethods in com.atlassian.bamboo.user that return BambooUserModifier 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) Methods in com.atlassian.bamboo.user with parameters of type BambooUserModifier 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
Methods in com.atlassian.bamboo.ww2 that return BambooUserModifier and TypeMethodDescription@Nullable BambooUser
FreemarkerContext.getBambooUser
(@Nullable String username) BambooActionSupport.getSessionUser
(String auth) -
Uses of BambooUser in com.atlassian.bamboo.ww2.actions.admin.user
Methods in com.atlassian.bamboo.ww2.actions.admin.user that return BambooUserModifier and TypeMethodDescriptionConfigureProfile.getCurrentUser()
@Nullable BambooUser
ConfigureUser.getCurrentUser()
ViewUserDetailsAdminAction.getUser()
-
Uses of BambooUser in com.atlassian.bamboo.ww2.actions.user
Methods in com.atlassian.bamboo.ww2.actions.user that return BambooUser -
Uses of BambooUser in com.atlassian.bamboo.xmpp.commands
Methods in com.atlassian.bamboo.xmpp.commands with parameters of type BambooUser -
Uses of BambooUser in com.atlassian.seraph.filter
Methods in com.atlassian.seraph.filter with parameters of type BambooUserModifier and TypeMethodDescriptionprotected void
AccessTokenLoginFilter.putPrincipalInSessionContext
(javax.servlet.http.HttpServletRequest httpServletRequest, BambooUser principal)