Uses of Class
org.kohsuke.github.GHTeam
-
Packages that use GHTeam Package Description org.kohsuke.github -
-
Uses of GHTeam in org.kohsuke.github
Methods in org.kohsuke.github that return GHTeam Modifier and Type Method Description GHTeamGHTeamBuilder. create()Creates a team with all the parameters.GHTeamGHOrganization. createTeam(String name, Collection<GHRepository> repositories)Deprecated.UseGHOrganization.createTeam(String)that uses a builder pattern to let you control every aspect.GHTeamGHOrganization. createTeam(String name, GHOrganization.Permission p, Collection<GHRepository> repositories)Deprecated.https://developer.github.com/v3/teams/#create-team deprecates permission field useGHOrganization.createTeam(String)GHTeamGHOrganization. createTeam(String name, GHOrganization.Permission p, GHRepository... repositories)Deprecated.https://developer.github.com/v3/teams/#create-team deprecates permission field useGHOrganization.createTeam(String)GHTeamGHOrganization. createTeam(String name, GHRepository... repositories)Deprecated.UseGHOrganization.createTeam(String)that uses a builder pattern to let you control every aspect.GHTeamGHDiscussion. getTeam()Get the team to which this discussion belongs.GHTeamGHOrganization. getTeam(int teamId)Deprecated.GHTeamGHOrganization. getTeam(long teamId)Gets a single team by ID.GHTeamGitHub. getTeam(int id)Deprecated.GHTeamGHOrganization. getTeamByName(String name)Finds a team that has the given name in itsgetName()GHTeamGHOrganization. getTeamBySlug(String slug)Finds a team that has the given slug in itsgetSlug()Methods in org.kohsuke.github that return types with arguments of type GHTeam Modifier and Type Method Description Map<String,Set<GHTeam>>GitHub. getMyTeams()Gets complete map of organizations/teams that current user belongs to.List<GHTeam>GHPullRequest. getRequestedTeams()Gets requested teams.Collection<GHTeam>GHBranchProtection.Restrictions. getTeams()Gets teams.Map<String,GHTeam>GHOrganization. getTeams()Teams by their names.Set<GHTeam>GHRepository. getTeams()If this repository belongs to an organization, return a set of teams.PagedIterable<GHTeam>GHTeam. listChildTeams()Retrieves the teams that are children of this team.PagedIterable<GHTeam>GHOrganization. listTeams()List up all the teams.Methods in org.kohsuke.github with parameters of type GHTeam Modifier and Type Method Description GHRepositoryGHOrganization. createRepository(String name, String description, String homepage, GHTeam team, boolean isPublic)Deprecated.UseGHOrganization.createRepository(String)that uses a builder pattern to let you control every aspect.booleanGHUser. isMemberOf(GHTeam team)Returns true if this user belongs to the specified team.GHCreateRepositoryBuilderGHCreateRepositoryBuilder. team(GHTeam team)The team that gets granted access to this repository.GHBranchProtectionBuilderGHBranchProtectionBuilder. teamPushAccess(GHTeam... teams)Team push access gh branch protection builder.GHBranchProtectionBuilderGHBranchProtectionBuilder. teamReviewDismissals(GHTeam... teams)Team review dismissals gh branch protection builder.Method parameters in org.kohsuke.github with type arguments of type GHTeam Modifier and Type Method Description voidGHPullRequest. requestTeamReviewers(List<GHTeam> teams)Request team reviewers.GHBranchProtectionBuilderGHBranchProtectionBuilder. teamPushAccess(Collection<GHTeam> teams)Team push access gh branch protection builder.GHBranchProtectionBuilderGHBranchProtectionBuilder. teamReviewDismissals(Collection<GHTeam> teams)Team review dismissals gh branch protection builder.
-