public interface GravatarSettings
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomApiAddress()
Gets the custom Gravatar server's API address.
|
boolean |
isAllowGravatars()
Gets the "gravatars allowed" JIRA-wide setting.
|
void |
setAllowGravatars(boolean allowGravatar)
Sets the "gravatars allowed" JIRA-wide setting.
|
void |
setCustomApiAddress(String gravatarServer)
Sets a custom Gravatar server's API address.
|
boolean isAllowGravatars()
void setAllowGravatars(boolean allowGravatar)
allowGravatar - whether to allow Gravatars@Nullable String getCustomApiAddress()
nullCopyright © 2002-2015 Atlassian. All Rights Reserved.