|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of GHIssueState in org.kohsuke.github |
|---|
| Methods in org.kohsuke.github that return GHIssueState | |
|---|---|
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. |
| Methods in org.kohsuke.github with parameters of type GHIssueState | |
|---|---|
List<GHIssue> |
GHRepository.getIssues(GHIssueState state)
|
List<GHPullRequest> |
GHRepository.getPullRequests(GHIssueState state)
Retrieves all the pull requests of a particular state. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||