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.privacy(GHTeam.Privacy privacy) Description for this team.GHTeamBuilder.repositories(String... repoNames) Repository names to add this team to.