Class PatchSetInfo.ParentInfo

  • Enclosing class:
    PatchSetInfo

    public static class PatchSetInfo.ParentInfo
    extends Object
    • Field Detail

      • commitId

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

        public String shortMessage
    • Constructor Detail

      • ParentInfo

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