Class PatchSet.Id

  • Enclosing class:
    PatchSet

    public abstract static class PatchSet.Id
    extends Object
    • Constructor Detail

      • Id

        public Id()
    • Method Detail

      • parse

        public static PatchSet.Id parse​(String str)
        Parse a PatchSet.Id out of a string representation.
      • fromEditRef

        public static PatchSet.Id fromEditRef​(String ref)
        Parse a PatchSet.Id from an edit ref.
      • toId

        public static String toId​(int number)
      • getId

        public String getId()
      • changeId

        public abstract Change.Id changeId()
      • get

        public int get()
      • getCommaSeparatedChangeAndPatchSetId

        public String getCommaSeparatedChangeAndPatchSetId()
      • toRefName

        public String toRefName()