Uses of Class
io.github.coho04.githubapi.entities.GHProject
Packages that use GHProject
Package
Description
-
Uses of GHProject in io.github.coho04.githubapi
Methods in io.github.coho04.githubapi that return GHProjectModifier and TypeMethodDescriptionSelfUser.createProject
(String name, String body) Creates a project in the organization with the provided name and body. -
Uses of GHProject in io.github.coho04.githubapi.builders
Methods in io.github.coho04.githubapi.builders that return GHProject -
Uses of GHProject in io.github.coho04.githubapi.entities
Methods in io.github.coho04.githubapi.entities that return GHProjectModifier and TypeMethodDescriptionGHOrganisation.createProject
(String name, String body) Creates a project in the organization.Methods in io.github.coho04.githubapi.entities that return types with arguments of type GHProjectModifier and TypeMethodDescriptionGHOrganisation.listProjects()
Returns a list of projects in the organization. -
Uses of GHProject in io.github.coho04.githubapi.entities.repositories
Methods in io.github.coho04.githubapi.entities.repositories that return GHProjectModifier and TypeMethodDescriptionGHRepository.createProject
(String name, String body) Creates a project in the organization.