Uses of Class
org.kohsuke.github.GHProject
-
Packages that use GHProject Package Description org.kohsuke.github -
-
Uses of GHProject in org.kohsuke.github
Fields in org.kohsuke.github declared as GHProject Modifier and Type Field Description protected GHProjectGHProjectColumn. projectMethods in org.kohsuke.github that return GHProject Modifier and Type Method Description GHProjectGHOrganization. createProject(String name, String body)Creates a project for the organization.GHProjectGHRepository. createProject(String name, String body)Create a project for this repository.GHProjectGHProjectCard. getProject()Gets project.GHProjectGHProjectColumn. getProject()Gets project.GHProjectGitHub. getProject(long id)Gets project.GHProjectGHProject. wrap(GHRepository repo)Wrap gh project.GHProjectGHProject. wrap(GitHub root)Wrap gh project.Methods in org.kohsuke.github that return types with arguments of type GHProject Modifier and Type Method Description PagedIterable<GHProject>GHOrganization. listProjects()Returns all open projects for the organization.PagedIterable<GHProject>GHOrganization. listProjects(GHProject.ProjectStateFilter status)Returns the projects for this organization.PagedIterable<GHProject>GHRepository. listProjects()Returns open projects for this repository.PagedIterable<GHProject>GHRepository. listProjects(GHProject.ProjectStateFilter status)Returns the projects for this repository.Methods in org.kohsuke.github with parameters of type GHProject Modifier and Type Method Description GHProjectColumnGHProjectColumn. wrap(GHProject project)Wrap gh project column.
-