| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHIssueState |
GHIssue.getState() |
static GHIssueState |
GHIssueState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GHIssueState[] |
GHIssueState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<GHIssue> |
GHRepository.getIssues(GHIssueState state) |
List<GHIssue> |
GHRepository.getIssues(GHIssueState state,
GHMilestone milestone) |
List<GHPullRequest> |
GHRepository.getPullRequests(GHIssueState state)
Retrieves all the pull requests of a particular state.
|
PagedIterable<GHIssue> |
GHRepository.listIssues(GHIssueState state)
Lists up all the issues in this repository.
|
PagedIterable<GHMilestone> |
GHRepository.listMilestones(GHIssueState state)
Lists up all the milestones in this repository.
|
PagedIterable<GHPullRequest> |
GHRepository.listPullRequests(GHIssueState state)
Deprecated.
|
GHPullRequestQueryBuilder |
GHPullRequestQueryBuilder.state(GHIssueState state) |
Copyright © 2016. All Rights Reserved.