Merge "Honor project watches also for changes created via cherry-pick" into stable-2.16
This commit is contained in:
@@ -5965,7 +5965,7 @@ Number of the parent relative to which the cherry-pick should be considered.
|
|||||||
Notify handling that defines to whom email notifications should be sent
|
Notify handling that defines to whom email notifications should be sent
|
||||||
after the cherry-pick. +
|
after the cherry-pick. +
|
||||||
Allowed values are `NONE`, `OWNER`, `OWNER_REVIEWERS` and `ALL`. +
|
Allowed values are `NONE`, `OWNER`, `OWNER_REVIEWERS` and `ALL`. +
|
||||||
If not set, the default is `NONE`.
|
If not set, the default is `ALL`.
|
||||||
|`notify_details` |optional|
|
|`notify_details` |optional|
|
||||||
Additional information about whom to notify about the update as a map
|
Additional information about whom to notify about the update as a map
|
||||||
of recipient type to link:#notify-info[NotifyInfo] entity.
|
of recipient type to link:#notify-info[NotifyInfo] entity.
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ public class CherryPickInput {
|
|||||||
public String base;
|
public String base;
|
||||||
public Integer parent;
|
public Integer parent;
|
||||||
|
|
||||||
public NotifyHandling notify = NotifyHandling.NONE;
|
public NotifyHandling notify = NotifyHandling.ALL;
|
||||||
public Map<RecipientType, NotifyInfo> notifyDetails;
|
public Map<RecipientType, NotifyInfo> notifyDetails;
|
||||||
|
|
||||||
public boolean keepReviewers;
|
public boolean keepReviewers;
|
||||||
|
|||||||
Reference in New Issue
Block a user