Class ChangeMessageResource

java.lang.Object
com.google.gerrit.server.change.ChangeMessageResource
All Implemented Interfaces:
RestResource

public class ChangeMessageResource extends Object implements RestResource
A change message resource.
  • Field Details

  • Constructor Details

  • Method Details

    • getChangeResource

      public ChangeResource getChangeResource()
    • getChangeMessage

      public ChangeMessageInfo getChangeMessage()
    • getChangeId

      public Change.Id getChangeId()
    • getChangeMessageId

      public String getChangeMessageId()
    • getChangeMessageIndex

      public int getChangeMessageIndex()
      Gets the index of the change message among all messages of the change sorted by creation time.
      Returns:
      the index of the change message.