Package | Description |
---|---|
com.atlassian.jira.avatar | |
com.atlassian.jira.avatar.temporary |
Modifier and Type | Method and Description |
---|---|
TemporaryAvatar |
TemporaryAvatars.getCurrentTemporaryAvatar()
Get current temporary avatar.
|
Modifier and Type | Method and Description |
---|---|
void |
TemporaryAvatars.dispose(TemporaryAvatar avatar)
Dispose temporary avatar.
|
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 |
void |
TemporaryAvatars.storeTemporaryAvatar(ApplicationUser remoteUser,
TemporaryAvatar avatar,
IconType iconType,
IconOwningObjectId owningObjectId)
Store temporary avatar - make it available to displaying servlet.
|
Modifier and Type | Method and Description |
---|---|
TemporaryAvatar |
TemporaryAvatarsImpl.getCurrentTemporaryAvatar() |
Modifier and Type | Method and Description |
---|---|
void |
TemporaryAvatarsImpl.dispose(TemporaryAvatar avatar) |
void |
TemporaryAvatarsImpl.storeTemporaryAvatar(ApplicationUser remoteUser,
TemporaryAvatar avatar,
Avatar.Type type,
String ownerId) |
void |
TemporaryAvatarsImpl.storeTemporaryAvatar(ApplicationUser remoteUser,
TemporaryAvatar avatar,
IconType iconType,
IconOwningObjectId ownerId) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.