| 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<GHPullRequest> |
GHRepository.getPullRequests(GHIssueState state)
Retrieves all the pull requests of a particular state.
|
PagedIterable<GHMilestone> |
GHRepository.listMilestones(GHIssueState state)
Lists up all the milestones in this repository.
|
PagedIterable<GHPullRequest> |
GHRepository.listPullRequests(GHIssueState state)
Retrieves all the pull requests of a particular state.
|
Copyright © 2012. All Rights Reserved.