Class GHIssueQueryBuilder.ForRepository

    • Method Detail

      • milestone

        public GHIssueQueryBuilder.ForRepository milestone​(String milestone)
        Milestone gh issue query builder.

        The milestone must be either an integer (the milestone number), the string * (issues with any milestone) or the string none (issues without milestone).

        Parameters:
        milestone - the milestone
        Returns:
        the gh issue request query builder
      • getRoot

        @Deprecated
        public GitHub getRoot()
        Deprecated.
        For access to the GitHub instance, use a local copy instead of pulling it out of objects.
        Get the root GitHub instance for this object.
        Returns:
        the root GitHub instance