Uses of Interface
com.atlassian.bitbucket.avatar.CacheableAvatarSupplier
Packages that use CacheableAvatarSupplier
Package
Description
-
Uses of CacheableAvatarSupplier in com.atlassian.bitbucket.avatar
Classes in com.atlassian.bitbucket.avatar that implement CacheableAvatarSupplierModifier and TypeClassDescriptionclass
AnCacheableAvatarSupplier
implementation which delegates to anAvatarSupplier
, storing the avatar'smodification timestamp
separately. -
Uses of CacheableAvatarSupplier in com.atlassian.bitbucket.hook.repository
Methods 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.project
Methods 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.user
Methods 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.