Class CommitMessageInfo

java.lang.Object
com.google.gerrit.extensions.common.CommitMessageInfo

public class CommitMessageInfo extends Object
Representation of a commit message used in the API.
  • Field Details

    • subject

      public String subject
      The subject of the change.

      First line of the commit message.

    • fullMessage

      public String fullMessage
      Full commit message of the change.
    • footers

      public Map<String,String> footers
      The footers from the commit message.

      Key-value pairs from the last paragraph of the commit message.

  • Constructor Details

    • CommitMessageInfo

      public CommitMessageInfo()