org.jenkinsci.plugins.gravatar.boundary
Class GravatarImageURLVerifier

java.lang.Object
  extended by org.jenkinsci.plugins.gravatar.boundary.GravatarImageURLVerifier

public class GravatarImageURLVerifier
extends Object

Class that verifies that a Gravatar exists for an email.


Constructor Summary
GravatarImageURLVerifier()
           
 
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
 

Constructor Detail

GravatarImageURLVerifier

public GravatarImageURLVerifier()
Method Detail

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.