Class CommitMessageInfo
java.lang.Object
com.google.gerrit.extensions.common.CommitMessageInfo
Representation of a commit message used in the API.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
subjectThe subject of the change.First line of the commit message. 
- 
fullMessageFull commit message of the change.
 
- 
- 
Constructor Details- 
CommitMessageInfopublic CommitMessageInfo()
 
-