Uses of Class
org.kohsuke.github.GHTeamBuilder
-
Uses of GHTeamBuilder in org.kohsuke.github
Modifier 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.