Package | Description |
---|---|
com.atlassian.jira.avatar | |
com.atlassian.jira.avatar.temporary | |
com.atlassian.jira.avatar.types | |
com.atlassian.jira.mock | |
com.atlassian.jira.pageobjects.elements |
Modifier and Type | Method and Description |
---|---|
Avatar.Type |
AvatarImpl.getAvatarType() |
Avatar.Type |
Avatar.getAvatarType()
Deprecated.
Use
Avatar.getIconType() instead. Since v7.1 |
static Avatar.Type |
Avatar.Type.getByIconType(IconType iconType)
Deprecated.
Convert from an iconType.
|
static Avatar.Type |
Avatar.Type.getByName(String name)
Deprecated.
|
static Avatar.Type |
Avatar.Type.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Avatar.Type[] |
Avatar.Type.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Avatar |
AvatarManagerImpl.create(Avatar.Type avatarType,
String owningObjectId,
AvatarImageDataProvider imageDataProvider) |
Avatar |
AvatarManager.create(Avatar.Type avatarType,
String owningObjectId,
AvatarImageDataProvider imageDataProvider)
Deprecated.
|
List<Avatar> |
AvatarManagerImpl.getAllSystemAvatars(Avatar.Type type) |
List<Avatar> |
AvatarManager.getAllSystemAvatars(Avatar.Type type)
Deprecated.
Use
AvatarManager.getAllSystemAvatars(IconType) instead. Since v7.1 |
TypeAvatarService |
UniversalAvatarsServiceImpl.getAvatars(Avatar.Type type) |
TypeAvatarService |
UniversalAvatarsService.getAvatars(Avatar.Type type)
Deprecated.
This interface only supports
PROJECT and
ISSUETYPE . It is better to call AvatarManager
directly than to use TypeAvatarService. |
List<Avatar> |
AvatarManagerImpl.getCustomAvatarsForOwner(Avatar.Type type,
String ownerId) |
List<Avatar> |
AvatarManager.getCustomAvatarsForOwner(Avatar.Type type,
String ownerId)
Deprecated.
there can only be one. Since v6.4.
|
Long |
AvatarManagerImpl.getDefaultAvatarId(Avatar.Type ofType) |
Long |
AvatarManager.getDefaultAvatarId(Avatar.Type ofType)
Deprecated.
Use
AvatarManager.getDefaultAvatarId(IconType) Since v7.1 |
AvatarImageResolver |
UniversalAvatarsServiceImpl.getImages(Avatar.Type type) |
AvatarImageResolver |
UniversalAvatarsService.getImages(Avatar.Type type)
Deprecated.
This interface only supports
PROJECT and
ISSUETYPE . It is better to call AvatarManager
directly than to use TypeAvatarService. |
boolean |
AvatarManagerImpl.hasPermissionToEdit(ApplicationUser remoteUser,
Avatar.Type type,
String ownerId) |
boolean |
AvatarManager.hasPermissionToEdit(ApplicationUser remoteUser,
Avatar.Type type,
String ownerId)
Deprecated.
|
boolean |
AvatarManagerImpl.hasPermissionToView(ApplicationUser remoteUser,
Avatar.Type type,
String ownerId) |
boolean |
AvatarManager.hasPermissionToView(ApplicationUser remoteUser,
Avatar.Type type,
String ownerId)
Deprecated.
Use
AvatarManager.userCanView(ApplicationUser, Avatar) Since v6.0 |
void |
TemporaryAvatars.storeTemporaryAvatar(ApplicationUser remoteUser,
TemporaryAvatar avatar,
Avatar.Type type,
String owningObjectId)
Deprecated.
This method cannot understand pluggable icon types.
Use
TemporaryAvatars.storeTemporaryAvatar(ApplicationUser, TemporaryAvatar, IconType, IconOwningObjectId) . Since v7.1 |
AvatarPickerHelperImpl.Result<AvatarPickerHelperImpl.TemporaryAvatarBean> |
AvatarPickerHelper.upload(InputStream stream,
String fileName,
String contentType,
long size,
String ownerId,
Avatar.Type type)
Handles upload of temporary avatar
|
AvatarPickerHelperImpl.Result<AvatarPickerHelperImpl.TemporaryAvatarBean> |
AvatarPickerHelperImpl.upload(InputStream stream,
String fileName,
String contentType,
long size,
String ownerId,
Avatar.Type type) |
Modifier and Type | Method and Description |
---|---|
void |
TemporaryAvatarsImpl.storeTemporaryAvatar(ApplicationUser remoteUser,
TemporaryAvatar avatar,
Avatar.Type type,
String ownerId) |
Constructor and Description |
---|
BasicAvatarsImageResolver(Avatar.Type type,
VelocityRequestContextFactory velocityRequestContextFactory,
ApplicationProperties applicationProperties)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Avatar.Type |
MockAvatar.getAvatarType() |
Constructor and Description |
---|
MockAvatar(long id,
String fileName,
String contentType,
Avatar.Type type,
String owner,
boolean system)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract String |
AvatarId.asRelativeLinkForDefaultSize(Avatar.Type type) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.