Interface UserProfilePictureAccessor

    • Method Detail

      • getUserProfilePicture

        @Transactional(propagation=SUPPORTS)
        ProfilePictureInfo getUserProfilePicture​(@Nullable com.atlassian.user.User user)
        Retrieve the path to a user's personal picture
        Parameters:
        user - the user whose picture to look up.
        Returns:
        The path to a user's personal picture, or null if they don't have one set.