Class RevertInput
- java.lang.Object
-
- com.google.gerrit.extensions.api.changes.RevertInput
-
public class RevertInput extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
message
NotifyHandling
notify
Who to send email notifications to after change is created.Map<RecipientType,NotifyInfo>
notifyDetails
-
Constructor Summary
Constructors Constructor Description RevertInput()
-
-
-
Field Detail
-
message
public String message
-
notify
public NotifyHandling notify
Who to send email notifications to after change is created.
-
notifyDetails
public Map<RecipientType,NotifyInfo> notifyDetails
-
-