Class PatchSetInfo.ParentInfo

java.lang.Object
com.google.gerrit.entities.PatchSetInfo.ParentInfo
Enclosing class:
PatchSetInfo

public static class PatchSetInfo.ParentInfo extends Object
  • Field Details

    • commitId

      public org.eclipse.jgit.lib.ObjectId commitId
    • shortMessage

      public String shortMessage
  • Constructor Details

    • ParentInfo

      public ParentInfo(org.eclipse.jgit.lib.AnyObjectId commitId, String shortMessage)