Class ChangeMessage

java.lang.Object
com.google.gerrit.entities.ChangeMessage

public final class ChangeMessage extends Object
A message attached to a Change. This message is persisted in data storage, that is why it must have template form that does not contain Gerrit user identifiable information. Hence, it requires processing to convert it to user-facing form.

These messages are normally auto-generated by gerrit operations, but might also incorporate user input.