java.lang.Object
org.kohsuke.github.GHQueryBuilder<GHIssue>
org.kohsuke.github.GHIssueQueryBuilder
org.kohsuke.github.GHIssueQueryBuilder.ForRepository
- Enclosing class:
- GHIssueQueryBuilder
The Class ForRepository.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.kohsuke.github.GHIssueQueryBuilder
GHIssueQueryBuilder.ForRepository, GHIssueQueryBuilder.Sort -
Field Summary
Fields inherited from class org.kohsuke.github.GHQueryBuilder
req -
Method Summary
Modifier and TypeMethodDescriptionAssignee gh issue query builder.Creator gh issue query builder.Gets the api url.list()List.Mentioned gh issue query builder.Milestone gh issue query builder.
-
Method Details
-
assignee
Assignee gh issue query builder.- Parameters:
assignee- the assignee- Returns:
- the gh issue query builder
-
creator
Creator gh issue query builder.- Parameters:
creator- the creator- Returns:
- the gh issue query builder
-
getApiUrl
Gets the api url.- Specified by:
getApiUrlin classGHIssueQueryBuilder- Returns:
- the api url
-
list
List.- Specified by:
listin classGHQueryBuilder<GHIssue>- Returns:
- the paged iterable
-
mentioned
Mentioned gh issue query builder.- Parameters:
mentioned- the mentioned- Returns:
- the gh issue query builder
-
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
-