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()
null
Copyright © 2002-2017 Atlassian. All Rights Reserved.