| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
static GHProject.ProjectStateFilter |
GHProject.ProjectStateFilter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GHProject.ProjectStateFilter[] |
GHProject.ProjectStateFilter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PagedIterable<GHProject> |
GHOrganization.listProjects(GHProject.ProjectStateFilter status)
Returns the projects for this organization.
|
PagedIterable<GHProject> |
GHRepository.listProjects(GHProject.ProjectStateFilter status)
Returns the projects for this repository.
|
Copyright © 2020. All rights reserved.