Class GHIssueQueryBuilder.ForRepository

Enclosing class:
GHIssueQueryBuilder

public static class GHIssueQueryBuilder.ForRepository extends GHIssueQueryBuilder
The Class ForRepository.
  • Method Details

    • 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
    • assignee

      public GHIssueQueryBuilder.ForRepository assignee(String assignee)
      Assignee gh issue query builder.
      Parameters:
      assignee - the assignee
      Returns:
      the gh issue query builder
    • creator

      public GHIssueQueryBuilder.ForRepository creator(String creator)
      Creator gh issue query builder.
      Parameters:
      creator - the creator
      Returns:
      the gh issue query builder
    • mentioned

      public GHIssueQueryBuilder.ForRepository mentioned(String mentioned)
      Mentioned gh issue query builder.
      Parameters:
      mentioned - the mentioned
      Returns:
      the gh issue query builder
    • getApiUrl

      public String getApiUrl()
      Gets the api url.
      Specified by:
      getApiUrl in class GHIssueQueryBuilder
      Returns:
      the api url
    • list

      public PagedIterable<GHIssue> list()
      List.
      Specified by:
      list in class GHQueryBuilder<GHIssue>
      Returns:
      the paged iterable
    • 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