PostReviewers: Add notify handling for reviewers added email
Change-Id: I99fa47548e2bd80584260e5f4e7093d246b27539
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user