Uses of Class
io.github.coho04.githubapi.builders.GHProjectBuilder
Packages that use GHProjectBuilder
Package
Description
-
Uses of GHProjectBuilder in io.github.coho04.githubapi
Methods in io.github.coho04.githubapi that return GHProjectBuilderModifier and TypeMethodDescriptionSelfUser.createProject()
Returns a new GHProjectBuilder instance for creating a project in the organization. -
Uses of GHProjectBuilder in io.github.coho04.githubapi.builders
Methods in io.github.coho04.githubapi.builders that return GHProjectBuilderModifier and TypeMethodDescriptionSets the body of the project.Sets the name of the project. -
Uses of GHProjectBuilder in io.github.coho04.githubapi.entities
Methods in io.github.coho04.githubapi.entities that return GHProjectBuilderModifier and TypeMethodDescriptionGHOrganisation.createProject()
Creates a project in the organization. -
Uses of GHProjectBuilder in io.github.coho04.githubapi.entities.repositories
Methods in io.github.coho04.githubapi.entities.repositories that return GHProjectBuilderModifier and TypeMethodDescriptionGHRepository.createProject()
Creates a project in the organization.