public class MailUtil extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MailUtil.MailRecipients |
Modifier and Type | Field and Description |
---|---|
static DateTimeFormatter |
rfcDateformatter |
Constructor and Description |
---|
MailUtil() |
Modifier and Type | Method and Description |
---|---|
static MailUtil.MailRecipients |
getRecipientsFromFooters(ReviewDb db,
AccountResolver accountResolver,
boolean draftPatchSet,
List<org.eclipse.jgit.revwalk.FooterLine> footerLines) |
static MailUtil.MailRecipients |
getRecipientsFromReviewers(ReviewerSet reviewers) |
static Pattern |
glob(String[] domains)
allow wildcard matching for
domains |
public static DateTimeFormatter rfcDateformatter
public static MailUtil.MailRecipients getRecipientsFromFooters(ReviewDb db, AccountResolver accountResolver, boolean draftPatchSet, List<org.eclipse.jgit.revwalk.FooterLine> footerLines) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
public static MailUtil.MailRecipients getRecipientsFromReviewers(ReviewerSet reviewers)