Class PublishChangeEditInput
- java.lang.Object
-
- com.google.gerrit.extensions.api.changes.PublishChangeEditInput
-
public class PublishChangeEditInput extends Object
Input passed toPOST /changes/[id]/edit:publish/
.
-
-
Field Summary
Fields Modifier and Type Field Description NotifyHandling
notify
Who to send email notifications to after the change edit is published.Map<RecipientType,NotifyInfo>
notifyDetails
-
Constructor Summary
Constructors Constructor Description PublishChangeEditInput()
-
-
-
Field Detail
-
notify
public NotifyHandling notify
Who to send email notifications to after the change edit is published.
-
notifyDetails
public Map<RecipientType,NotifyInfo> notifyDetails
-
-