Uses of Interface
com.atlassian.bitbucket.avatar.CacheableAvatarSupplier
Packages that use CacheableAvatarSupplier
Package
Description
- 
Uses of CacheableAvatarSupplier in com.atlassian.bitbucket.avatarClasses in com.atlassian.bitbucket.avatar that implement CacheableAvatarSupplierModifier and TypeClassDescriptionclassAnCacheableAvatarSupplierimplementation which delegates to anAvatarSupplier, storing the avatar'smodification timestampseparately.
- 
Uses of CacheableAvatarSupplier in com.atlassian.bitbucket.hook.repositoryMethods in com.atlassian.bitbucket.hook.repository that return CacheableAvatarSupplierModifier and TypeMethodDescriptionReturns a supplier of an avatar for this hook, either one specified in the module or a default.
- 
Uses of CacheableAvatarSupplier in com.atlassian.bitbucket.projectMethods in com.atlassian.bitbucket.project that return CacheableAvatarSupplierModifier and TypeMethodDescriptionProjectService.getAvatar(int projectId, int size) Retrieves the current avatar for the specified project at a requested size.
- 
Uses of CacheableAvatarSupplier in com.atlassian.bitbucket.userMethods in com.atlassian.bitbucket.user that return CacheableAvatarSupplierModifier and TypeMethodDescriptionUserService.getAvatar(ApplicationUser user, int size) Retrieves the current avatar for the specified user at a requested size.