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 SummaryFields Modifier and Type Field Description NotifyHandlingnotifyWho to send email notifications to after the change edit is published.Map<RecipientType,NotifyInfo>notifyDetails
 - 
Constructor SummaryConstructors Constructor Description PublishChangeEditInput()
 
- 
- 
- 
Field Detail- 
notifypublic NotifyHandling notify Who to send email notifications to after the change edit is published.
 - 
notifyDetailspublic Map<RecipientType,NotifyInfo> notifyDetails 
 
- 
 
-