public interface UserProfilePictureAccessor
Modifier and Type | Method and Description |
---|---|
ProfilePictureInfo |
getUserProfilePicture(@Nullable com.atlassian.user.User user)
Retrieve the path to a user's personal picture
|
@Transactional(propagation=SUPPORTS) ProfilePictureInfo getUserProfilePicture(@Nullable com.atlassian.user.User user)
user
- the user whose picture to look up.Copyright © 2003–2022 Atlassian. All rights reserved.