Uses of Class
org.kohsuke.github.GHProject
-
Uses of GHProject in org.kohsuke.github
Modifier and TypeMethodDescriptionGHOrganization.createProject
(String name, String body) Creates a project for the organization.GHRepository.createProject
(String name, String body) Create a project for this repository.GHProjectCard.getProject()
Gets project.GHProjectColumn.getProject()
Gets project.GitHub.getProject
(long id) Gets project.Modifier and TypeMethodDescriptionGHOrganization.listProjects()
Returns all open projects for the organization.GHOrganization.listProjects
(GHProject.ProjectStateFilter status) Returns the projects for this organization.GHRepository.listProjects()
Returns open projects for this repository.GHRepository.listProjects
(GHProject.ProjectStateFilter status) Returns the projects for this repository.GHUser.listProjects()
Lists all the projects.