Package | Description |
---|---|
com.atlassian.bitbucket.avatar | |
com.atlassian.bitbucket.hook.repository | |
com.atlassian.bitbucket.project | |
com.atlassian.bitbucket.user |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingCacheableAvatarSupplier
An
CacheableAvatarSupplier implementation which delegates to an AvatarSupplier , storing the avatar's
modification timestamp separately. |
Modifier and Type | Method and Description |
---|---|
CacheableAvatarSupplier |
RepositoryHookService.getAvatar(String hookKey)
Returns a supplier of an avatar for this hook, either one specified in the module or a default.
|
Modifier and Type | Method and Description |
---|---|
CacheableAvatarSupplier |
ProjectService.getAvatar(int projectId,
int size)
Retrieves the current avatar for the specified project at a requested size.
|
Modifier and Type | Method and Description |
---|---|
CacheableAvatarSupplier |
UserService.getAvatar(ApplicationUser user,
int size)
Retrieves the current avatar for the specified user at a requested size.
|
Copyright © 2019 Atlassian. All rights reserved.