JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
com.atlassian.bamboo.user.gravatar.GravatarDownloadException
Packages that use
GravatarDownloadException
Package
Description
com.atlassian.bamboo.user.gravatar
Uses of
GravatarDownloadException
in
com.atlassian.bamboo.user.gravatar
Methods in
com.atlassian.bamboo.user.gravatar
that throw
GravatarDownloadException
Modifier and Type
Method
Description
byte[]
GravatarServiceImpl.
download
(
String
email, int size)
Downloads the gravatar for the given URL using Java
URL
and returns a byte array containing the gravatar jpg, returns null if no gravatar was found.