Class PatchSetInfo


  • public final class PatchSetInfo
    extends Object
    Additional data about a PatchSet not normally loaded.
    • Field Detail

      • message

        protected String message
        The complete description of the change the patch set introduces.
      • committer

        protected UserIdentity committer
        Identity of who committed the patch set to the VCS.
      • commitId

        protected org.eclipse.jgit.lib.ObjectId commitId
        ID of commit.
      • description

        protected String description
        Optional user-supplied description for the patch set.
    • Constructor Detail

      • PatchSetInfo

        protected PatchSetInfo()
    • Method Detail

      • getSubject

        public String getSubject()
      • setSubject

        public void setSubject​(String s)
      • getMessage

        public String getMessage()
      • setMessage

        public void setMessage​(String m)
      • setCommitter

        public void setCommitter​(UserIdentity u)
      • setCommitId

        public void setCommitId​(org.eclipse.jgit.lib.AnyObjectId commitId)
      • getCommitId

        public org.eclipse.jgit.lib.ObjectId getCommitId()
      • setDescription

        public void setDescription​(String description)
      • getDescription

        public String getDescription()