public class MailUtil
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
MailUtil.MailRecipients |
Modifier and Type | Field and Description |
---|---|
static java.time.format.DateTimeFormatter |
rfcDateformatter |
Constructor and Description |
---|
MailUtil() |
Modifier and Type | Method and Description |
---|---|
static MailUtil.MailRecipients |
getRecipientsFromFooters(ReviewDb db,
AccountResolver accountResolver,
boolean draftPatchSet,
java.util.List<org.eclipse.jgit.revwalk.FooterLine> footerLines) |
static MailUtil.MailRecipients |
getRecipientsFromReviewers(ReviewerSet reviewers) |
static java.util.regex.Pattern |
glob(java.lang.String[] domains)
allow wildcard matching for
domains |
public static MailUtil.MailRecipients getRecipientsFromFooters(ReviewDb db, AccountResolver accountResolver, boolean draftPatchSet, java.util.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)
public static java.util.regex.Pattern glob(java.lang.String[] domains)
domains