Uses of Class
org.kohsuke.github.GHTeamBuilder
Packages that use GHTeamBuilder
-
Uses of GHTeamBuilder in org.kohsuke.github
Methods in org.kohsuke.github that return GHTeamBuilderModifier and TypeMethodDescriptionGHOrganization.createTeam(String name) Starts a builder that creates a new team.GHTeamBuilder.description(String description) Description for this team.GHTeamBuilder.maintainers(String... maintainers) Maintainers for this team.GHTeamBuilder.parentTeamId(long parentTeamId) Parent team id for this team.GHTeamBuilder.permission(GHOrganization.Permission permission) Deprecated.see https://docs.github.com/en/free-pro-team@latest/rest/teams/teams?GHTeamBuilder.privacy(GHTeam.Privacy privacy) Description for this team.GHTeamBuilder.repositories(String... repoNames) Repository names to add this team to.