java.lang.Object | |
↳ | com.atlassian.jira.avatar.temporary.TemporaryAvatarsImpl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Dispose temporary avatar.
| |||||||||||
Get current temporary avatar.
| |||||||||||
Store temporary avatar - make it available to displaying servlet.
|
[Expand]
Inherited Methods | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||
From interface
com.atlassian.jira.avatar.TemporaryAvatars
|
Dispose temporary avatar. Unsets if this is current temporary avatar.
Store temporary avatar - make it available to displaying servlet. There is only one temporary avatar stored for user session.
remoteUser | user that access avatar - null can be used for anonymous access. |
---|---|
avatar | avatar to store |
type | type for which this avatar is |
ownerId | id of object (project/user/issuetype) to which this avatar is connected to |
IllegalAccessException |
---|