Uses of Class
org.kohsuke.github.GHTeam
-
Uses of GHTeam in org.kohsuke.github
Modifier and TypeMethodDescriptionGHTeamBuilder.create()
Creates a team with all the parameters.GHDiscussion.getTeam()
Get the team to which this discussion belongs.GHEventPayload.Membership.getTeam()
Gets the team.GHEventPayload.Team.getTeam()
Gets the team.GHEventPayload.TeamAdd.getTeam()
Gets the team.GHOrganization.getTeam
(long teamId) Gets a single team by ID.GHOrganization.getTeamByName
(String name) Finds a team that has the given name in itsgetName()
.GHOrganization.getTeamBySlug
(String slug) Finds a team that has the given slug in itsgetSlug()
.Modifier and TypeMethodDescriptionGitHub.getMyTeams()
Gets complete map of organizations/teams that current user belongs to.GHPullRequest.getRequestedTeams()
Gets requested teams.GHBranchProtection.Restrictions.getTeams()
Gets teams.GHOrganization.getTeams()
Teams by their names.GHRepository.getTeams()
If this repository belongs to an organization, return a set of teams.GHTeam.listChildTeams()
Retrieves the teams that are children of this team.GHOrganization.listSecurityManagers()
List up all the security managers.GHOrganization.listTeams()
List up all the teams.Modifier and TypeMethodDescriptionboolean
GHUser.isMemberOf
(GHTeam team) Returns true if this user belongs to the specified team.The team that gets granted access to this repository.GHBranchProtectionBuilder.teamPushAccess
(GHTeam... teams) Team push access gh branch protection builder.GHBranchProtectionBuilder.teamReviewDismissals
(GHTeam... teams) Team review dismissals gh branch protection builder.Modifier and TypeMethodDescriptionvoid
GHPullRequest.requestTeamReviewers
(List<GHTeam> teams) Request team reviewers.GHBranchProtectionBuilder.teamPushAccess
(Collection<GHTeam> teams) Team push access gh branch protection builder.GHBranchProtectionBuilder.teamReviewDismissals
(Collection<GHTeam> teams) Team review dismissals gh branch protection builder.