Class CommitMessageInput
- java.lang.Object
-
- com.google.gerrit.extensions.common.CommitMessageInput
-
public class CommitMessageInput extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
message
NotifyHandling
notify
Map<RecipientType,NotifyInfo>
notifyDetails
-
Constructor Summary
Constructors Constructor Description CommitMessageInput()
-
-
-
Field Detail
-
message
public String message
-
notify
public NotifyHandling notify
-
notifyDetails
public Map<RecipientType,NotifyInfo> notifyDetails
-
-