| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Field and Description |
|---|---|
protected GHProject |
GHProjectColumn.project |
| Modifier and Type | Method and Description |
|---|---|
GHProject |
GHOrganization.createProject(String name,
String body)
Creates a project for the organization.
|
GHProject |
GHRepository.createProject(String name,
String body)
Create a project for this repository.
|
GHProject |
GHProjectColumn.getProject()
Gets project.
|
GHProject |
GHProjectCard.getProject()
Gets project.
|
GHProject |
GitHub.getProject(long id)
Gets project.
|
GHProject |
GHProject.wrap(GHRepository repo)
Wrap gh project.
|
GHProject |
GHProject.wrap(GitHub root)
Wrap gh project.
|
| Modifier and Type | Method and Description |
|---|---|
PagedIterable<GHProject> |
GHOrganization.listProjects()
Returns all open projects for the organization.
|
PagedIterable<GHProject> |
GHRepository.listProjects()
Returns open projects for this repository.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
GHProjectColumn |
GHProjectColumn.wrap(GHProject project)
Wrap gh project column.
|
Copyright © 2020. All rights reserved.