| java.lang.Object | |
| ↳ | com.atlassian.jira.avatar.GravatarSettingsImpl |
Gravatar settings.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the custom Gravatar server's API address.
| |||||||||||
Gets the "gravatars allowed" JIRA-wide setting.
| |||||||||||
Sets the "gravatars allowed" JIRA-wide setting.
| |||||||||||
Sets a custom Gravatar server's API address.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||
From interface
com.atlassian.jira.avatar.GravatarSettings
| |||||||||||||||||||
Gets the custom Gravatar server's API address.
null
Gets the "gravatars allowed" JIRA-wide setting.
Sets the "gravatars allowed" JIRA-wide setting.
| allowGravatar | whether to allow Gravatars |
|---|
Sets a custom Gravatar server's API address.
| customApiAddress | the server's API URL (null to use Gravatar.com)
|
|---|

