| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Field and Description |
|---|---|
protected GHOrganization |
GHTeam.org |
| Modifier and Type | Method and Description |
|---|---|
GHOrganization |
GHTeam.getOrganization() |
GHOrganization |
GHEventPayload.Ping.getOrganization() |
GHOrganization |
GHEventPayload.Repository.getOrganization() |
GHOrganization |
GHEventInfo.getOrganization() |
GHOrganization |
GitHub.getOrganization(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
GHPersonSet<GHOrganization> |
GHMyself.getAllOrganizations()
Gets the organization that this user belongs to.
|
java.util.Map<java.lang.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.
|
void |
GHEventPayload.Ping.setOrganization(GHOrganization organization) |
void |
GHEventPayload.Repository.setOrganization(GHOrganization organization) |
Copyright © 2016. All Rights Reserved.