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.
      • revId

        protected String revId
        SHA-1 of commit
      • description

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

      • PatchSetInfo

        protected PatchSetInfo()