- Direct Known Subclasses:
GHIssueQueryBuilder.ForRepository
The Class GHIssueQueryBuilder.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The Class ForRepository.static enum
The enum Sort. -
Field Summary
Fields inherited from class org.kohsuke.github.GHQueryBuilder
req
-
Method Summary
Modifier and TypeMethodDescriptiondirection
(GHDirection direction) Direction gh issue query builder.abstract String
Gets the api url.Labels gh issue query builder.pageSize
(int pageSize) Page size gh issue query builder.since
(long timestamp) Only issues after this date will be returned.Only issues after this date will be returned.sort
(GHIssueQueryBuilder.Sort sort) Sort gh issue query builder.state
(GHIssueState state) State gh issue query builder.Methods inherited from class org.kohsuke.github.GHQueryBuilder
list
-
Method Details
-
state
State gh issue query builder.- Parameters:
state
- the state- Returns:
- the gh issue query builder
-
label
Labels gh issue query builder.- Parameters:
label
- the labels- Returns:
- the gh issue query builder
-
sort
Sort gh issue query builder.- Parameters:
sort
- the sort- Returns:
- the gh issue query builder
-
direction
Direction gh issue query builder.- Parameters:
direction
- the direction- Returns:
- the gh issue query builder
-
since
Only issues after this date will be returned.- Parameters:
date
- the date- Returns:
- the gh issue query builder
-
since
Only issues after this date will be returned.- Parameters:
timestamp
- the timestamp- Returns:
- the gh issue query builder
-
pageSize
Page size gh issue query builder.- Parameters:
pageSize
- the page size- Returns:
- the gh issue query builder
-
getApiUrl
Gets the api url.- Returns:
- the api url
-