PostReviewers: Add notify handling for reviewers added email

Change-Id: I99fa47548e2bd80584260e5f4e7093d246b27539
This commit is contained in:
Sven Selberg
2016-09-26 16:15:02 +02:00
parent 8178e0e3f2
commit 4d64f9764a
4 changed files with 32 additions and 13 deletions

View File

@@ -24,6 +24,7 @@ public class AddReviewerInput {
public String reviewer;
public Boolean confirmed;
public ReviewerState state;
public NotifyHandling notify;
public boolean confirmed() {
return (confirmed != null) ? confirmed : false;