Allow setting notification handling on abandon via API
Change-Id: I099c9b094ac6b75248f44f665347506db15b2749
This commit is contained in:
@@ -15,9 +15,11 @@
|
||||
package com.google.gerrit.extensions.api.changes;
|
||||
|
||||
import com.google.gerrit.extensions.restapi.DefaultInput;
|
||||
import com.google.gerrit.extensions.api.changes.NotifyHandling;
|
||||
|
||||
public class AbandonInput {
|
||||
@DefaultInput
|
||||
public String message;
|
||||
public NotifyHandling notify = NotifyHandling.ALL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user