| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Field and Description |
|---|---|
protected GHOrganization |
GHTeam.org |
| Modifier and Type | Method and Description |
|---|---|
GHOrganization |
GHEventInfo.getOrganization() |
GHOrganization |
GHTeam.getOrganization() |
GHOrganization |
GitHub.getOrganization(String name) |
| Modifier and Type | Method and Description |
|---|---|
GHPersonSet<GHOrganization> |
GHMyself.getAllOrganizations()
Gets the organization that this user belongs to.
|
Map<String,GHOrganization> |
GitHub.getMyOrganizations()
This method returns a shallowly populated organizations.
|
GHPersonSet<GHOrganization> |
GHUser.getOrganizations()
Gets the organization that this user belongs to publicly.
|
| Modifier and Type | Method and Description |
|---|---|
GHRepository |
GHRepository.forkTo(GHOrganization org)
Forks this repository into an organization.
|
boolean |
GHUser.isMemberOf(GHOrganization org)
Returns true if this user belongs to the specified organization.
|
boolean |
GHUser.isPublicMemberOf(GHOrganization org)
Returns true if this user belongs to the specified organization as a public member.
|
Copyright © 2015. All Rights Reserved.