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.
  • Constructor Details

    • GravatarImageURLVerifier

      public GravatarImageURLVerifier()
  • Method Details

    • 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()