Class CommitMessageInfo
java.lang.Object
com.google.gerrit.extensions.common.CommitMessageInfo
Representation of a commit message used in the API.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
subject
The subject of the change.First line of the commit message.
-
fullMessage
Full commit message of the change.
-
-
Constructor Details
-
CommitMessageInfo
public CommitMessageInfo()
-