org.jenkinsci.plugins.gravatar.boundary
Class GravatarImageURLVerifier
java.lang.Object
org.jenkinsci.plugins.gravatar.boundary.GravatarImageURLVerifier
public class GravatarImageURLVerifier
- extends Object
Class that verifies that a Gravatar exists for an email.
Method Summary |
protected de.bripkens.gravatar.Gravatar |
gravatar()
|
boolean |
verify(String email)
Verifies if the email has an Gravatar |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GravatarImageURLVerifier
public GravatarImageURLVerifier()
verify
public boolean verify(String email)
- Verifies if the email has an Gravatar
- Parameters:
email
- email address
- Returns:
- true, if there is a Gravatar for the emails; false, otherwise.
gravatar
protected de.bripkens.gravatar.Gravatar gravatar()
Copyright © 2004-2014. All Rights Reserved.